Skip to content

Commit 0bdb890

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20231220.2 (#201)
[main] Update dependencies from dotnet/arcade
1 parent 333e48c commit 0bdb890

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
</Dependency>
5858
</ProductDependencies>
5959
<ToolsetDependencies>
60-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23580.1">
60+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23620.2">
6161
<Uri>https://github.com/dotnet/arcade</Uri>
62-
<Sha>efc3da96e5ac110513e92ebd9ef87c73f44d8540</Sha>
62+
<Sha>84129325171e65373edef24019e1171feeb19cbc</Sha>
6363
</Dependency>
64-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23580.1">
64+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23620.2">
6565
<Uri>https://github.com/dotnet/arcade</Uri>
66-
<Sha>efc3da96e5ac110513e92ebd9ef87c73f44d8540</Sha>
66+
<Sha>84129325171e65373edef24019e1171feeb19cbc</Sha>
6767
</Dependency>
6868
</ToolsetDependencies>
6969
</Dependencies>

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/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
@@ -266,7 +266,7 @@ stages:
266266
BARBuildId: ${{ parameters.BARBuildId }}
267267
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
268268

269-
- task: NuGetAuthenticate@0
269+
- task: NuGetAuthenticate@1
270270

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

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23580.1",
18-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23580.1"
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23620.2",
18+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23620.2"
1919
}
2020
}

0 commit comments

Comments
 (0)