From 0251fb2bb867ce37d96818a8034c0a05b9f93dca Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Fri, 7 May 2021 15:30:52 -0700 Subject: [PATCH] Working on re-enabling tests (#1030) --- azure-pipelines.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dce9b7d3..80e2251f 100644 --- a/azure-pipelines.yml +++ b/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