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 98d0ccc commit 3f06c61Copy full SHA for 3f06c61
.azure/pipelines/ci.yml
@@ -751,7 +751,7 @@ stages:
751
- script: ./eng/build.cmd -ci -nobl -noBuildRepoTasks -restore -noBuild -noBuildNative -projects src/Grpc/**/*.csproj
752
/p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
753
displayName: Restore interop projects
754
- - script: ./eng/build.cmd -ci -nobl -noBuildRepoTasks -noRestore -test -all -noBuildNative -projects eng\helix\helix.proj
+ - script: ./eng/build.cmd -ci -noBuildRepoTasks -noRestore -test -all -noBuildNative -projects eng\helix\helix.proj
755
/p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true /p:RunTemplateTests=true
756
757
displayName: Run build.cmd helix target
0 commit comments