Skip to content

Commit 2bb7851

Browse files
committed
Correct build in aspnetcore-helix-matrix pipelines
- should not use `-all` and `-projects` without `-noBuildNative` - builds fail otherwise because build.ps1 attempts to build the specified projects in desktop `msbuild`
1 parent 0537b4f commit 2bb7851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/helix-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
displayName: Build shared fx
3131
- script: ./build.cmd -ci -nobl -noBuildRepoTasks -restore -noBuild -projects src/Grpc/**/*.csproj
3232
displayName: Restore interop projects
33-
- script: .\build.cmd -ci -nobl -noBuildRepoTasks -NoRestore -test -all -projects eng\helix\helix.proj
33+
- script: .\build.cmd -ci -nobl -noBuildRepoTasks -NoRestore -test -all -noBuildNative -projects eng\helix\helix.proj
3434
/p:IsHelixDaily=true /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true
3535
/p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
3636
displayName: Run build.cmd helix target

0 commit comments

Comments
 (0)