Skip to content

Commit b965b67

Browse files
authored
Remove _InternalRuntimeDownloadArgs from template tests job (#62486)
1 parent 17b7c79 commit b965b67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.azure/pipelines/template-tests-pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)