File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -684,6 +684,7 @@ stages:
684
684
- script : ./eng/build.cmd -ci -nobl -all -pack -arch x64
685
685
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
686
686
displayName : Build shared fx
687
+ # -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
687
688
- script : ./eng/build.cmd -ci -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
688
689
-projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
689
690
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
Original file line number Diff line number Diff line change 33
33
- script : ./eng/build.cmd -ci -nobl -all -pack -arch x64
34
34
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
35
35
displayName : Build shared fx
36
+ # -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
36
37
- script : .\eng\build.cmd -ci -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
37
38
-projects eng\helix\helix.proj /p:IsHelixJob=true
38
39
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
Original file line number Diff line number Diff line change 57
57
- script : ./eng/build.cmd -ci -nobl -all -noBuildJava -pack -arch x64
58
58
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
59
59
displayName : Build shared fx
60
+ # -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
60
61
- script : ./eng/build.cmd -ci -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -noBuildJava -test
61
62
-projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:RunQuarantinedTests=true /p:IsHelixJob=true
62
63
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
Original file line number Diff line number Diff line change 28
28
- script : ./eng/build.cmd -ci -nobl -all -noBuildJava -pack -arch x64
29
29
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
30
30
displayName : Build shared fx
31
+ # -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
31
32
- script : ./eng/build.cmd -ci -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -noBuildJava -test
32
33
-projects eng\helix\helix.proj /p:RunQuarantinedTests=true /p:IsHelixJob=true
33
34
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
You can’t perform that action at this time.
0 commit comments