This commit is contained in:
Justin Kotalik 2021-05-07 15:30:52 -07:00 коммит произвёл GitHub
Родитель a015acfdb9
Коммит 0251fb2bb8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -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