Skip to content

Commit 2ba6f8b

Browse files
authored
Merging internal commits for release/8.0.1xx (#35407)
2 parents 214cf78 + 183ac35 commit 2ba6f8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.vsts-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ stages:
144144
vmImage: 'ubuntu-22.04'
145145
${{ if ne(variables['System.TeamProject'], 'public') }}:
146146
name: $(DncEngInternalBuildPool)
147-
demands: ImageOverride -equals 1es-ubuntu-2204
147+
demands: ImageOverride -equals build.ubuntu.2204.amd64
148148
${{ if eq(variables['System.TeamProject'], 'public') }}:
149149
helixTargetQueue: ubuntu.2204.amd64.open
150150
${{ if ne(variables['System.TeamProject'], 'public') }}:

eng/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
displayName: Run AoT Tests in Helix
276276
env:
277277
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
278-
HelixAccessToken: ''
278+
HelixAccessToken: $(_HelixApiToken)
279279
RunAoTTests: 'true'
280280

281281
- ${{ if eq(parameters.agentOs, 'Darwin') }}:

eng/common/sdl/trim-assets-version.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Install-VersionTools-Cli {
2525
Write-Host "Installing the package '$CliToolName' with a version of '$version' ..."
2626
$feed = "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json"
2727

28-
$argumentList = @("tool", "install", "--local", "$CliToolName", "--add-source $feed", "--no-cache", "--version $Version", "--create-manifest-if-needed")
28+
$argumentList = @("tool", "install", "--local", "$CliToolName", "--add-source $feed", "--no-cache", "--version $Version")
2929
Start-Process "$dotnet" -Verbose -ArgumentList $argumentList -NoNewWindow -Wait
3030
}
3131

0 commit comments

Comments
 (0)