File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 30
30
flattenFolders : true
31
31
- powershell : .\eng\common\build.ps1
32
32
-ci
33
+ -nobl
33
34
-restore
34
35
-sign
35
36
-publish
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
31
31
timeoutInMinutes : 240
32
32
steps :
33
33
# Build the shared framework
34
- - script : ./build.cmd -ci -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
34
+ - script : ./build.cmd -ci -nobl - all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
35
35
displayName : Build shared fx
36
36
- script : ./build.cmd -ci -nobl -noBuildRepoTasks -restore -noBuild -projects src/Grpc/**/*.csproj
37
37
displayName : Restore interop projects
38
- - script : ./build.cmd -ci -noBuildRepoTasks -noRestore -test -all -noBuildJava -noBuildNative
38
+ - script : ./build.cmd -ci -nobl - noBuildRepoTasks -noRestore -test -all -noBuildJava -noBuildNative
39
39
-projects eng\helix\helix.proj /p:RunQuarantinedTests=true /p:IsRequiredCheck=true /p:IsHelixJob=true
40
40
/p:BuildInteropProjects=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
41
41
displayName : Run build.cmd helix target
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ $msbuildEngine = 'dotnet'
7
7
$repoRoot = Resolve-Path " $PSScriptRoot /../.."
8
8
9
9
try {
10
- & " $repoRoot \eng\common\msbuild.ps1" - ci:$ci " $repoRoot /eng/CodeGen.proj" `
11
- / t:GenerateProjectList `
12
- / bl:artifacts/ log/ genprojlist.binlog
10
+ & " $repoRoot \eng\common\msbuild.ps1" - ci:$ci - nobl " $repoRoot /eng/CodeGen.proj" / t:GenerateProjectList
13
11
} finally {
14
12
Remove-Item variable:global:_BuildTool - ErrorAction Ignore
15
13
Remove-Item variable:global:_DotNetInstallDir - ErrorAction Ignore
Original file line number Diff line number Diff line change @@ -7,17 +7,15 @@ $repoRoot = Resolve-Path "$PSScriptRoot/../.."
7
7
8
8
try {
9
9
# eng/common/msbuild.ps1 builds the Debug configuration unless there's a $Configuration variable. Match that here.
10
- & " $repoRoot \build.ps1" - ci:$ci - nobl - buildNative - configuration Debug
10
+ & " $repoRoot \build.ps1" - ci:$ci - nobl - noBuildRepoTasks - noRestore - buildNative - configuration Debug
11
11
12
12
Remove-Item variable:global:_BuildTool - ErrorAction Ignore
13
13
Remove-Item variable:global:_DotNetInstallDir - ErrorAction Ignore
14
14
Remove-Item variable:global:_ToolsetBuildProj - ErrorAction Ignore
15
15
Remove-Item variable:global:_MSBuildExe - ErrorAction Ignore
16
16
17
17
$msbuildEngine = ' dotnet'
18
- & " $repoRoot \eng\common\msbuild.ps1" - ci:$ci " $repoRoot /eng/CodeGen.proj" `
19
- / t:GenerateReferenceSources `
20
- / bl:artifacts/ log/ genrefassemblies.binlog
18
+ & " $repoRoot \eng\common\msbuild.ps1" - ci:$ci - nobl " $repoRoot /eng/CodeGen.proj" / t:GenerateReferenceSources
21
19
} finally {
22
20
Remove-Item variable:global:_BuildTool - ErrorAction Ignore
23
21
Remove-Item variable:global:_DotNetInstallDir - ErrorAction Ignore
You can’t perform that action at this time.
0 commit comments