@@ -50,36 +50,10 @@ variables:
50
50
value : true
51
51
- name : _UseHelixOpenQueues
52
52
value : ${{ ne(variables['System.TeamProject'], 'internal') }}
53
- - ${{ if notin(variables['Build.Reason'], 'PullRequest') }} :
54
- - name : _BuildArgs
55
- value : /p:TeamName=$(_TeamName)
56
- /p:OfficialBuildId=$(Build.BuildNumber)
57
- /p:SkipTestBuild=true
58
- /p:PostBuildSign=$(PostBuildSign)
59
- # Publish-Build-Assets provides: MaestroAccessToken, BotAccount-dotnet-maestro-bot-PAT
60
- - group : Publish-Build-Assets
61
- # The following extra properties are not set when testing. Use with final build.[cmd,sh] of asset-producing jobs.
62
- - name : _PublishArgs
63
- value : /p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
64
- - ${{ if ne(parameters.produceBinlogs, 'true') }} :
65
- # Do not log most Windows steps in official builds; this is the slowest job. Site extensions step always logs.
66
- - name : WindowsArm64LogArgs
67
- value : -ExcludeCIBinaryLog
68
- - name : Windows64LogArgs
69
- value : -ExcludeCIBinaryLog
70
- - name : Windows86LogArgs
71
- value : -ExcludeCIBinaryLog
72
- - name : WindowsSignLogArgs
73
- value : -ExcludeCIBinaryLog
74
- - name : WindowsInstallersLogArgs
75
- value : -ExcludeCIBinaryLog
76
- - name : WindowsArm64InstallersLogArgs
77
- value : -ExcludeCIBinaryLog
78
- - ${{ if in(variables['Build.Reason'], 'PullRequest') }} :
79
- - name : _BuildArgs
80
- value : ' /p:SkipTestBuild=true /p:PostBuildSign=$(PostBuildSign)'
81
- - name : _PublishArgs
82
- value : ' '
53
+ - name : _BuildArgs
54
+ value : ' /p:SkipTestBuild=true /p:PostBuildSign=$(PostBuildSign)'
55
+ - name : _PublishArgs
56
+ value : ' '
83
57
# Write binary logs for all main Windows build steps except the x86 one in public and PR builds.
84
58
- name : WindowsArm64LogArgs
85
59
value : /bl:artifacts/log/Release/Build.arm64.binlog
@@ -99,6 +73,10 @@ variables:
99
73
value : ' '
100
74
- name : _InternalRuntimeDownloadCodeSignArgs
101
75
value : ' '
76
+ - name : Codeql.Enabled
77
+ value : false
78
+ - name : Codeql.SkipTaskAutoInjection
79
+ value : true
102
80
- template : /eng/common/templates/variables/pool-providers.yml
103
81
104
82
resources :
@@ -503,7 +481,7 @@ stages:
503
481
jobDisplayName : " Build: Linux Musl ARM"
504
482
agentOs : Linux
505
483
useHostedUbuntu : false
506
- container : mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04 -cross-arm-alpine
484
+ container : mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0 -cross-arm-alpine
507
485
buildArgs :
508
486
--arch arm
509
487
--os-name linux-musl
@@ -536,7 +514,7 @@ stages:
536
514
jobDisplayName : " Build: Linux Musl ARM64"
537
515
agentOs : Linux
538
516
useHostedUbuntu : false
539
- container : mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04 -cross-arm64-alpine
517
+ container : mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0 -cross-arm64-alpine
540
518
buildArgs :
541
519
--arch arm64
542
520
--os-name linux-musl
@@ -671,4 +649,4 @@ stages:
671
649
timeoutInMinutes : 120
672
650
variables :
673
651
# Log environment variables in binary logs to ease debugging
674
- MSBUILDLOGALLENVIRONMENTVARIABLES : true
652
+ MSBUILDLOGALLENVIRONMENTVARIABLES : true
0 commit comments