We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496f01b commit 470b276Copy full SHA for 470b276
.azure/pipelines/template-tests-pr.yml
@@ -33,6 +33,8 @@ jobs:
33
agentOs: Windows
34
timeoutInMinutes: 180
35
steps:
36
+ - script: git submodule update --init
37
+ displayName: Update submodules
38
# Build the shared framework
39
- script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
40
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /p:VsTestUseMSBuildOutput=false
0 commit comments