Don't run component governance detection in postbuild steps (#381)
See also #353. In the internal build environment, there's an auto-injected component governance task which needs to run once during the build. This task doesn't need to run during the unit test, package, and internal release jobs.
This commit is contained in:
parent
176718211a
commit
74b78a67be
@ -20,6 +20,8 @@ jobs:
|
|||||||
vmImage: vs2017-win2016
|
vmImage: vs2017-win2016
|
||||||
workspace:
|
workspace:
|
||||||
clean: outputs
|
clean: outputs
|
||||||
|
variables:
|
||||||
|
skipComponentGovernanceDetection: true
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: true
|
clean: true
|
||||||
|
@ -17,6 +17,8 @@ jobs:
|
|||||||
name: Package ES Lab E
|
name: Package ES Lab E
|
||||||
workspace:
|
workspace:
|
||||||
clean: outputs
|
clean: outputs
|
||||||
|
variables:
|
||||||
|
skipComponentGovernanceDetection: true
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: true
|
clean: true
|
||||||
|
@ -14,6 +14,8 @@ jobs:
|
|||||||
name: Essential Experiences Interactive
|
name: Essential Experiences Interactive
|
||||||
workspace:
|
workspace:
|
||||||
clean: outputs
|
clean: outputs
|
||||||
|
variables:
|
||||||
|
skipComponentGovernanceDetection: true
|
||||||
steps:
|
steps:
|
||||||
- checkout: none
|
- checkout: none
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user