File tree Expand file tree Collapse file tree 5 files changed +24
-18
lines changed Expand file tree Collapse file tree 5 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 483
483
</Dependency >
484
484
</ProductDependencies >
485
485
<ToolsetDependencies >
486
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.24352.1 " >
486
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.24360.5 " >
487
487
<Uri >https://github.com/dotnet/arcade</Uri >
488
- <Sha >8b879da4e449c48d99f3f642fc429379a64e8fe8 </Sha >
488
+ <Sha >c9efa535175049eb9cba06cae1f8c3d5dbe768a9 </Sha >
489
489
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
490
490
</Dependency >
491
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.24352.1 " >
491
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.24360.5 " >
492
492
<Uri >https://github.com/dotnet/arcade</Uri >
493
- <Sha >8b879da4e449c48d99f3f642fc429379a64e8fe8 </Sha >
493
+ <Sha >c9efa535175049eb9cba06cae1f8c3d5dbe768a9 </Sha >
494
494
</Dependency >
495
- <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 8.0.0-beta.24352.1 " >
495
+ <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 8.0.0-beta.24360.5 " >
496
496
<Uri >https://github.com/dotnet/arcade</Uri >
497
- <Sha >8b879da4e449c48d99f3f642fc429379a64e8fe8 </Sha >
497
+ <Sha >c9efa535175049eb9cba06cae1f8c3d5dbe768a9 </Sha >
498
498
</Dependency >
499
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.24352.1 " >
499
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.24360.5 " >
500
500
<Uri >https://github.com/dotnet/arcade</Uri >
501
- <Sha >8b879da4e449c48d99f3f642fc429379a64e8fe8 </Sha >
501
+ <Sha >c9efa535175049eb9cba06cae1f8c3d5dbe768a9 </Sha >
502
502
</Dependency >
503
503
<Dependency Name =" System.Reflection.MetadataLoadContext" Version =" 8.0.0" >
504
504
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
Original file line number Diff line number Diff line change 33
33
<SystemCollectionsImmutablePackageVersion >7.0.0</SystemCollectionsImmutablePackageVersion >
34
34
<SystemDiagnosticsFileVersionInfoVersion >4.0.0</SystemDiagnosticsFileVersionInfoVersion >
35
35
<SystemReflectionMetadataVersion >7.0.0</SystemReflectionMetadataVersion >
36
- <MicrosoftDotNetSignToolVersion >8.0.0-beta.24352.1 </MicrosoftDotNetSignToolVersion >
36
+ <MicrosoftDotNetSignToolVersion >8.0.0-beta.24360.5 </MicrosoftDotNetSignToolVersion >
37
37
<MicrosoftWebXdtPackageVersion >7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion >
38
38
<SystemSecurityCryptographyProtectedDataPackageVersion >8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion >
39
39
<SystemCollectionsSpecializedPackageVersion >4.3.0</SystemCollectionsSpecializedPackageVersion >
206
206
<PropertyGroup >
207
207
<FluentAssertionsVersion >6.12.0</FluentAssertionsVersion >
208
208
<FluentAssertionsJsonVersion >6.1.0</FluentAssertionsJsonVersion >
209
- <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.24352.1 </MicrosoftDotNetXUnitExtensionsVersion >
209
+ <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.24360.5 </MicrosoftDotNetXUnitExtensionsVersion >
210
210
<MoqPackageVersion >4.18.4</MoqPackageVersion >
211
211
<XunitCombinatorialVersion >1.3.2</XunitCombinatorialVersion >
212
212
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >
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 14
14
}
15
15
},
16
16
"msbuild-sdks" : {
17
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24352.1 " ,
18
- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.24352.1 "
17
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24360.5 " ,
18
+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.24360.5 "
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments