Compare commits

...

2 Commits

Author SHA1 Message Date
Justin Kotalik 02d3533fa8 nit 5 years ago
Justin Kotalik 9b1f9e7010 Working on validating 5 years ago
  1. 9
      azure-pipelines.yml

9
azure-pipelines.yml

@ -104,7 +104,8 @@ stages:
variables:
- name: _SignType
value: none
- name: MSBUILDDISABLENODEREUSE
value: 1
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- name: _OfficialBuildArgs
value: -p:OfficialBuildId=$(Build.BuildNumber)
@ -115,7 +116,7 @@ stages:
steps:
- checkout: self
clean: true
- script: eng/common/build.sh --restore --build --pack --publish --ci
- script: eng/common/cibuild.sh
--configuration $(_BuildConfig)
--prepareMachine
displayName: Build
@ -136,6 +137,8 @@ stages:
variables:
- name: _SignType
value: none
- name: MSBUILDDISABLENODEREUSE
value: 1
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- name: _OfficialBuildArgs
value: -p:OfficialBuildId=$(Build.BuildNumber)
@ -146,7 +149,7 @@ stages:
steps:
- checkout: self
clean: true
- script: eng/common/build.sh --restore --build --pack --publish --ci
- script: eng/common/cibuild.sh
--configuration $(_BuildConfig)
--prepareMachine
displayName: Build

Loading…
Cancel
Save