File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,12 @@ jobs:
35
35
steps :
36
36
# Build the shared framework
37
37
- script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
38
- /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
39
- /p:VsTestUseMSBuildOutput=false
38
+ /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /p:VsTestUseMSBuildOutput=false
40
39
displayName : Build shared fx
41
40
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
42
41
- script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -all -noBuildRepoTasks -noBuildNative -noBuild -test
43
42
-projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
44
- /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
43
+ /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
45
44
/p:VsTestUseMSBuildOutput=false /p:OnlyTestProjectTemplates=true
46
45
displayName : Run build.cmd helix target
47
46
artifacts :
You can’t perform that action at this time.
0 commit comments