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:
3535 steps :
3636 # Build the shared framework
3737 - 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
4039 displayName : Build shared fx
4140 # -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
4241 - script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -all -noBuildRepoTasks -noBuildNative -noBuild -test
4342 -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
4544 /p:VsTestUseMSBuildOutput=false /p:OnlyTestProjectTemplates=true
4645 displayName : Run build.cmd helix target
4746 artifacts :
You can’t perform that action at this time.
0 commit comments