|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
timeoutInMinutes: 300
|
|
|
steps:
|
|
|
# Build the shared framework
|
|
|
- - script: ./eng/build.cmd -ci -nobl -all -pack -arch x64
|
|
|
+ - script: ./eng/build.cmd -ci -nativeToolsOnMachine -nobl -all -pack -arch x64
|
|
|
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
|
|
|
displayName: Build shared fx
|
|
|
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
|