File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ stages:
635
635
# Build the shared framework
636
636
- script : ./build.cmd -ci -nobl -all -pack /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
637
637
displayName : Build shared fx
638
- - script : .\restore .cmd -ci -nobl /p:BuildInteropProjects=true
638
+ - script : ./build .cmd -ci -nobl -noBuildRepoTasks -restore -noBuild -projects src/Grpc/**/*.csproj
639
639
displayName : Restore interop projects
640
640
- script : ./build.cmd -ci -nobl -noBuildRepoTasks -noRestore -test -all -noBuildNative -projects eng\helix\helix.proj
641
641
/p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true /p:RunTemplateTests=true
Original file line number Diff line number Diff line change 28
28
# Build the shared framework
29
29
- script : ./build.cmd -ci -nobl -all -pack /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
30
30
displayName : Build shared fx
31
- - script : .\restore .cmd -ci /p:BuildInteropProjects=true
31
+ - script : ./build .cmd -ci -nobl -restore -noBuild -projects src/Grpc/**/*.csproj
32
32
displayName : Restore interop projects
33
33
- script : .\build.cmd -ci -nobl -NoRestore -test -all -projects eng\helix\helix.proj
34
34
/p:IsHelixDaily=true /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true
Original file line number Diff line number Diff line change 33
33
# Build the shared framework
34
34
- script : ./build.cmd -ci -all -pack /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
35
35
displayName : Build shared fx
36
- - script : .\restore .cmd -ci /p:BuildInteropProjects=true
36
+ - script : ./build .cmd -ci -nobl -restore -noBuild -projects src/Grpc/**/*.csproj
37
37
displayName : Restore interop projects
38
38
- script : ./build.cmd -ci -noRestore -test -all -noBuildJava -noBuildNative -projects eng\helix\helix.proj
39
39
/p:RunQuarantinedTests=true /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true
You can’t perform that action at this time.
0 commit comments