Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit 550601c

Browse files
Update dependencies from https://github.com/dotnet/arcade build (#465)
Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.24165.6 -> To Version 9.0.0-beta.24172.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 3a8a570 commit 550601c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

eng/Version.Details.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Dependencies>
22
<ToolsetDependencies>
3-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24165.6">
3+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24172.4">
44
<Uri>https://github.com/dotnet/arcade</Uri>
5-
<Sha>ace00d8719b8d1fdfd0cc05f71bb9af216338d27</Sha>
5+
<Sha>c936d1bc358744730613d8ce54bc3e0294e5ea56</Sha>
66
</Dependency>
77
</ToolsetDependencies>
88
</Dependencies>

eng/common/templates-official/job/job.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
130130
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
131-
- task: MicroBuildSigningPlugin@3
131+
- task: MicroBuildSigningPlugin@4
132132
displayName: Install MicroBuild plugin
133133
inputs:
134134
signType: $(_SignType)

eng/common/templates-official/job/source-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
pool:
4949
${{ if eq(variables['System.TeamProject'], 'public') }}:
5050
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')]
51-
demands: ImageOverride -equals build.ubuntu.2204.amd64
51+
demands: ImageOverride -equals build.ubuntu.1804.amd64
5252

5353
${{ if eq(variables['System.TeamProject'], 'internal') }}:
5454
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]

eng/common/templates/job/source-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
pool:
4949
${{ if eq(variables['System.TeamProject'], 'public') }}:
5050
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')]
51-
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open
51+
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
5252

5353
${{ if eq(variables['System.TeamProject'], 'internal') }}:
5454
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
55-
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64
55+
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
5656

5757
${{ if ne(parameters.platform.pool, '') }}:
5858
pool: ${{ parameters.platform.pool }}

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
}
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24165.6"
11+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24172.4"
1212
}
1313
}

0 commit comments

Comments
 (0)