File tree 4 files changed +15
-9
lines changed
4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 17
17
</Dependency >
18
18
</ProductDependencies >
19
19
<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 " >
21
21
<Uri >https://github.com/dotnet/arcade</Uri >
22
- <Sha >8b879da4e449c48d99f3f642fc429379a64e8fe8 </Sha >
22
+ <Sha >db87887481d4110c09a1004191002482fdd7e4f2 </Sha >
23
23
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
24
24
</Dependency >
25
25
<Dependency Name =" Microsoft.DotNet.XliffTasks" Version =" 1.0.0-beta.23475.1" CoherentParentDependency =" Microsoft.DotNet.Arcade.Sdk" >
Original file line number Diff line number Diff line change @@ -140,11 +140,14 @@ jobs:
140
140
BARBuildId : ${{ parameters.BARBuildId }}
141
141
PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
142
142
143
- - task : PowerShell @2
143
+ - task : AzureCLI @2
144
144
displayName : Publish Using Darc
145
145
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)
148
151
-PublishingInfraVersion 3
149
152
-AzdoToken '$(publishing-dnceng-devdiv-code-r-build-re)'
150
153
-WaitPublishingFinish true
Original file line number Diff line number Diff line change @@ -136,11 +136,14 @@ jobs:
136
136
BARBuildId : ${{ parameters.BARBuildId }}
137
137
PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
138
138
139
- - task : PowerShell @2
139
+ - task : AzureCLI @2
140
140
displayName : Publish Using Darc
141
141
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)
144
147
-PublishingInfraVersion 3
145
148
-AzdoToken '$(publishing-dnceng-devdiv-code-r-build-re)'
146
149
-WaitPublishingFinish true
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 8.0.101"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24352.1 "
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24359.3 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments