File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ extends:
84
84
filePath : $(Build.SourcesDirectory)/eng/scripts/SetupIdentitySources.ps1
85
85
arguments : -ConfigFile $(Build.SourcesDirectory)/NuGet.config -IdentityModelPackageSource $(Build.StagingDirectory)
86
86
# Build the shared framework
87
- - script : ./eng/build.cmd -ci -nobl -all -pack -arch x64
87
+ - script : ./eng/build.cmd -ci -nativeToolsOnMachine - nobl -all -pack -arch x64
88
88
/p:CrossgenOutput=false /p:IsIdentityModelTestJob=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
89
89
displayName : Build shared fx
90
90
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
@@ -98,4 +98,4 @@ extends:
98
98
artifacts :
99
99
- name : Helix_logs
100
100
path : artifacts/log/
101
- publishOnError : true
101
+ publishOnError : true
You can’t perform that action at this time.
0 commit comments