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 8db7ca3 commit 39b2719Copy full SHA for 39b2719
.azure/pipelines/ci.yml
@@ -610,7 +610,7 @@ stages:
610
- script: ./build.cmd -ci -nobl -noBuildRepoTasks -restore -noBuild -noBuildNative -projects src/Grpc/**/*.csproj
611
displayName: Restore interop projects
612
- script: ./build.cmd -ci -nobl -noBuildRepoTasks -noRestore -test -all -noBuildNative -projects eng\helix\helix.proj
613
- /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true /p:RunTemplateTests=true /p:DotNetCliVersion=$(NETCoreSdkVersion)
+ /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true /p:RunTemplateTests=true
614
/p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
615
displayName: Run build.cmd helix target
616
env:
0 commit comments