Skip to content

Commit 3c7d4c1

Browse files
committed
attempt with original sdk
1 parent d35ede4 commit 3c7d4c1

13 files changed

+13
-0
lines changed

eng/pipelines/global-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ extends:
6262
eq(variables['isRollingBuild'], true))
6363
env:
6464
MSBUILDUSESERVER: 1
65+
DOTNET_CLI_USE_MSBUILD_SERVER: 1
6566

6667
#
6768
# Build with RuntimeFlavor only. This exercise code paths where only RuntimeFlavor is

eng/pipelines/runtime-android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ extends:
2020
isRollingBuild: ${{ variables.isRollingBuild }}
2121
env:
2222
MSBUILDUSESERVER: 1
23+
DOTNET_CLI_USE_MSBUILD_SERVER: 1

eng/pipelines/runtime-androidemulator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ extends:
2121
isRollingBuild: ${{ variables.isRollingBuild }}
2222
env:
2323
MSBUILDUSESERVER: 1
24+
DOTNET_CLI_USE_MSBUILD_SERVER: 1

eng/pipelines/runtime-extra-platforms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ extends:
5858
isRollingBuild: ${{ variables.isRollingBuild }}
5959
env:
6060
MSBUILDUSESERVER: 1
61+
DOTNET_CLI_USE_MSBUILD_SERVER: 1
6162

6263
# Add iOS/tvOS jobs
6364
- template: /eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml

eng/pipelines/runtime-ioslike.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ extends:
3838
isRollingBuild: ${{ variables.isRollingBuild }}
3939
env:
4040
MSBUILDUSESERVER: 1
41+
DOTNET_CLI_USE_MSBUILD_SERVER: 1

eng/pipelines/runtime-ioslikesimulator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ extends:
2121
isRollingBuild: ${{ variables.isRollingBuild }}
2222
env:
2323
MSBUILDUSESERVER: 1
24+
DOTNET_CLI_USE_MSBUILD_SERVER: 1

eng/pipelines/runtime-linuxbionic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ extends:
2020
isRollingBuild: ${{ variables.isRollingBuild }}
2121
env:
2222
MSBUILDUSESERVER: 1
23+
DOTNET_CLI_USE_MSBUILD_SERVER: 1

eng/pipelines/runtime-maccatalyst.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ extends:
2020
isRollingBuild: ${{ variables.isRollingBuild }}
2121
env:
2222
MSBUILDUSESERVER: 1
23+
DOTNET_CLI_USE_MSBUILD_SERVER: 1

eng/pipelines/runtime-wasm-dbgtests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ extends:
2424
debuggerTestsOnly: true
2525
env:
2626
MSBUILDUSESERVER: 1
27+
DOTNET_CLI_USE_MSBUILD_SERVER: 1

eng/pipelines/runtime-wasm-libtests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ extends:
2424
excludeLibTests: false
2525
env:
2626
MSBUILDUSESERVER: 1
27+
DOTNET_CLI_USE_MSBUILD_SERVER: 1

0 commit comments

Comments
 (0)