Browse Source

Working on re-enabling tests (#1030)

pull/1038/head
Justin Kotalik 5 years ago
committed by GitHub
parent
commit
0251fb2bb8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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