mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Don't run component governance detection in postbuild steps
This commit is contained in:
parent
19e61e2b53
commit
72cc0179dd
3 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue