Skip to content

Commit b99f176

Browse files
authored
Merge pull request #8208 from dotnet/darc-release/8.0.4xx-fca17c66-2b79-43a5-9c36-b0b263b21f2d
[release/8.0.4xx] Update dependencies from dotnet/arcade
2 parents c869b5d + 4ac5795 commit b99f176

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

eng/Version.Details.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
</Dependency>
1818
</ProductDependencies>
1919
<ToolsetDependencies>
20-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24352.1">
20+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24359.3">
2121
<Uri>https://github.com/dotnet/arcade</Uri>
22-
<Sha>8b879da4e449c48d99f3f642fc429379a64e8fe8</Sha>
22+
<Sha>db87887481d4110c09a1004191002482fdd7e4f2</Sha>
2323
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2424
</Dependency>
2525
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">

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

+6-3
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,14 @@ jobs:
140140
BARBuildId: ${{ parameters.BARBuildId }}
141141
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
142142

143-
- task: PowerShell@2
143+
- task: AzureCLI@2
144144
displayName: Publish Using Darc
145145
inputs:
146-
filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1
147-
arguments: -BuildId $(BARBuildId)
146+
azureSubscription: "Darc: Maestro Production"
147+
scriptType: ps
148+
scriptLocation: scriptPath
149+
scriptPath: $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1
150+
arguments: -BuildId $(BARBuildId)
148151
-PublishingInfraVersion 3
149152
-AzdoToken '$(publishing-dnceng-devdiv-code-r-build-re)'
150153
-WaitPublishingFinish true

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

+6-3
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,14 @@ jobs:
136136
BARBuildId: ${{ parameters.BARBuildId }}
137137
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
138138

139-
- task: PowerShell@2
139+
- task: AzureCLI@2
140140
displayName: Publish Using Darc
141141
inputs:
142-
filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1
143-
arguments: -BuildId $(BARBuildId)
142+
azureSubscription: "Darc: Maestro Production"
143+
scriptType: ps
144+
scriptLocation: scriptPath
145+
scriptPath: $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1
146+
arguments: -BuildId $(BARBuildId)
144147
-PublishingInfraVersion 3
145148
-AzdoToken '$(publishing-dnceng-devdiv-code-r-build-re)'
146149
-WaitPublishingFinish true

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dotnet": "8.0.101"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24352.1"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24359.3"
77
}
88
}

0 commit comments

Comments
 (0)