Skip to content

Commit aa12ffe

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20231221.2 (dotnet#2361)
[main] Update dependencies from dotnet/arcade
1 parent 9134c14 commit aa12ffe

File tree

9 files changed

+18
-15
lines changed

9 files changed

+18
-15
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23615.2">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23621.2">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>2f7acdc5f9b87f260119bb32d01c24d2773773eb</Sha>
8+
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23615.2">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23621.2">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>2f7acdc5f9b87f260119bb32d01c24d2773773eb</Sha>
12+
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.23615.2">
14+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.23621.2">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>2f7acdc5f9b87f260119bb32d01c24d2773773eb</Sha>
16+
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<PropertyGroup>
1515
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
1616
<MicrosoftBclTimeProviderVersion>8.0.0</MicrosoftBclTimeProviderVersion>
17-
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.23615.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
17+
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.23621.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
1818
</PropertyGroup>
1919
</Project>

eng/common/build.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0build.ps1""" %*"
3+
exit /b %ErrorLevel%

eng/common/templates/job/job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
condition: and(succeeded(), in(variables['_SignType'], 'real', 'test'), eq(variables['Agent.Os'], 'Windows_NT'))
137137

138138
- ${{ if and(eq(parameters.runAsPublic, 'false'), eq(variables['System.TeamProject'], 'internal')) }}:
139-
- task: NuGetAuthenticate@0
139+
- task: NuGetAuthenticate@1
140140

141141
- ${{ if and(ne(parameters.artifacts.download, 'false'), ne(parameters.artifacts.download, '')) }}:
142142
- task: DownloadPipelineArtifact@2

eng/common/templates/job/publish-build-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
condition: ${{ parameters.condition }}
7373
continueOnError: ${{ parameters.continueOnError }}
7474

75-
- task: NuGetAuthenticate@0
75+
- task: NuGetAuthenticate@1
7676

7777
- task: PowerShell@2
7878
displayName: Publish Build Assets

eng/common/templates/post-build/common-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variables:
1818
- name: SymbolToolVersion
1919
value: 1.0.1
2020
- name: BinlogToolVersion
21-
value: 1.0.8
21+
value: 1.0.9
2222

2323
- name: runCodesignValidationInjection
2424
value: false

eng/common/templates/post-build/post-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ stages:
169169
# This is necessary whenever we want to publish/restore to an AzDO private feed
170170
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
171171
# otherwise it'll complain about accessing a private feed.
172-
- task: NuGetAuthenticate@0
172+
- task: NuGetAuthenticate@1
173173
displayName: 'Authenticate to AzDO Feeds'
174174

175175
# Signing validation will optionally work with the buildmanifest file which is downloaded from
@@ -267,7 +267,7 @@ stages:
267267
BARBuildId: ${{ parameters.BARBuildId }}
268268
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
269269

270-
- task: NuGetAuthenticate@0
270+
- task: NuGetAuthenticate@1
271271

272272
- task: PowerShell@2
273273
displayName: Publish Using Darc

eng/common/templates/steps/publish-logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33
JobLabel: ''
44
CustomSensitiveDataList: ''
55
# A default - in case value from eng/common/templates/post-build/common-variables.yml is not passed
6-
BinlogToolVersion: '1.0.8'
6+
BinlogToolVersion: '1.0.9'
77

88
steps:
99
- task: Powershell@2

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"msbuild-sdks": {
21-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23615.2",
22-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23615.2"
21+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23621.2",
22+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23621.2"
2323
}
2424
}

0 commit comments

Comments
 (0)