File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed
Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 283283 </Dependency >
284284 </ProductDependencies >
285285 <ToolsetDependencies >
286- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 7.0.0-beta.23564.5 " >
286+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 7.0.0-beta.23580.4 " >
287287 <Uri >https://github.com/dotnet/arcade</Uri >
288- <Sha >ca53a3149aaedb03e5d79ee0e259d31ac8719290 </Sha >
288+ <Sha >28c80dc37ad1f33e5b0cca62d6a962ee130a1d09 </Sha >
289289 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
290290 </Dependency >
291- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 7.0.0-beta.23564.5 " >
291+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 7.0.0-beta.23580.4 " >
292292 <Uri >https://github.com/dotnet/arcade</Uri >
293- <Sha >ca53a3149aaedb03e5d79ee0e259d31ac8719290 </Sha >
293+ <Sha >28c80dc37ad1f33e5b0cca62d6a962ee130a1d09 </Sha >
294294 </Dependency >
295- <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 7.0.0-beta.23564.5 " >
295+ <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 7.0.0-beta.23580.4 " >
296296 <Uri >https://github.com/dotnet/arcade</Uri >
297- <Sha >ca53a3149aaedb03e5d79ee0e259d31ac8719290 </Sha >
297+ <Sha >28c80dc37ad1f33e5b0cca62d6a962ee130a1d09 </Sha >
298298 </Dependency >
299- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 7.0.0-beta.23564.5 " >
299+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 7.0.0-beta.23580.4 " >
300300 <Uri >https://github.com/dotnet/arcade</Uri >
301- <Sha >ca53a3149aaedb03e5d79ee0e259d31ac8719290 </Sha >
301+ <Sha >28c80dc37ad1f33e5b0cca62d6a962ee130a1d09 </Sha >
302302 </Dependency >
303303 <Dependency Name =" System.Reflection.MetadataLoadContext" Version =" 7.0.0" >
304304 <Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
Original file line number Diff line number Diff line change 3434 <SystemCollectionsImmutableVersion >6.0.0</SystemCollectionsImmutableVersion >
3535 <SystemDiagnosticsFileVersionInfoVersion >4.0.0</SystemDiagnosticsFileVersionInfoVersion >
3636 <SystemReflectionMetadataVersion >6.0.0</SystemReflectionMetadataVersion >
37- <MicrosoftDotNetSignToolVersion >7.0.0-beta.23564.5 </MicrosoftDotNetSignToolVersion >
37+ <MicrosoftDotNetSignToolVersion >7.0.0-beta.23580.4 </MicrosoftDotNetSignToolVersion >
3838 <MicrosoftWebXdtPackageVersion >7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion >
3939 <SystemSecurityCryptographyProtectedDataPackageVersion >7.0.1</SystemSecurityCryptographyProtectedDataPackageVersion >
4040 <SystemCollectionsSpecializedPackageVersion >4.3.0</SystemCollectionsSpecializedPackageVersion >
190190 <PropertyGroup >
191191 <FluentAssertionsVersion >6.11.0</FluentAssertionsVersion >
192192 <FluentAssertionsJsonVersion >6.1.0</FluentAssertionsJsonVersion >
193- <MicrosoftDotNetXUnitExtensionsVersion >7.0.0-beta.23564.5 </MicrosoftDotNetXUnitExtensionsVersion >
193+ <MicrosoftDotNetXUnitExtensionsVersion >7.0.0-beta.23580.4 </MicrosoftDotNetXUnitExtensionsVersion >
194194 <MoqPackageVersion >4.18.4</MoqPackageVersion >
195195 <MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >6.0.0-beta.22262.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >
196196 </PropertyGroup >
Original file line number Diff line number Diff line change 11param (
22 $darcVersion = $null ,
3- $versionEndpoint = ' https://maestro-prod.westus2.cloudapp.azure.com /api/assets/darc-version?api-version=2019-01-16' ,
3+ $versionEndpoint = ' https://maestro.dot.net /api/assets/darc-version?api-version=2019-01-16' ,
44 $verbosity = ' minimal' ,
55 $toolpath = $null
66)
Original file line number Diff line number Diff line change 22
33source=" ${BASH_SOURCE[0]} "
44darcVersion=' '
5- versionEndpoint=' https://maestro-prod.westus2.cloudapp.azure.com /api/assets/darc-version?api-version=2019-01-16'
5+ versionEndpoint=' https://maestro.dot.net /api/assets/darc-version?api-version=2019-01-16'
66verbosity=' minimal'
77
88while [[ $# > 0 ]]; do
Original file line number Diff line number Diff line change 22 [Parameter (Mandatory = $true )][int ] $BuildId ,
33 [Parameter (Mandatory = $true )][int ] $ChannelId ,
44 [Parameter (Mandatory = $true )][string ] $MaestroApiAccessToken ,
5- [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro-prod.westus2.cloudapp.azure.com ' ,
5+ [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro.dot.net ' ,
66 [Parameter (Mandatory = $false )][string ] $MaestroApiVersion = ' 2019-01-16'
77)
88
Original file line number Diff line number Diff line change 33 [Parameter (Mandatory = $true )][int ] $PublishingInfraVersion ,
44 [Parameter (Mandatory = $true )][string ] $AzdoToken ,
55 [Parameter (Mandatory = $true )][string ] $MaestroToken ,
6- [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro-prod.westus2.cloudapp.azure.com ' ,
6+ [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro.dot.net ' ,
77 [Parameter (Mandatory = $true )][string ] $WaitPublishingFinish ,
88 [Parameter (Mandatory = $false )][string ] $ArtifactsPublishingAdditionalParameters ,
99 [Parameter (Mandatory = $false )][string ] $SymbolPublishingAdditionalParameters
Original file line number Diff line number Diff line change 22 [Parameter (Mandatory = $true )][string ] $SourceRepo ,
33 [Parameter (Mandatory = $true )][int ] $ChannelId ,
44 [Parameter (Mandatory = $true )][string ] $MaestroApiAccessToken ,
5- [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro-prod.westus2.cloudapp.azure.com ' ,
5+ [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro.dot.net ' ,
66 [Parameter (Mandatory = $false )][string ] $MaestroApiVersion = ' 2019-01-16'
77)
88
Original file line number Diff line number Diff line change 8787 arguments : -task PublishBuildAssets -restore -msbuildEngine dotnet
8888 /p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
8989 /p:BuildAssetRegistryToken=$(MaestroAccessToken)
90- /p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com
90+ /p:MaestroApiEndpoint=https://maestro.dot.net
9191 /p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }}
9292 /p:OfficialBuildId=$(Build.BuildNumber)
9393 condition : ${{ parameters.condition }}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ variables:
1010
1111 # Default Maestro++ API Endpoint and API Version
1212 - name : MaestroApiEndPoint
13- value : " https://maestro-prod.westus2.cloudapp.azure.com "
13+ value : " https://maestro.dot.net "
1414 - name : MaestroApiAccessToken
1515 value : $(MaestroAccessToken)
1616 - name : MaestroApiVersion
Original file line number Diff line number Diff line change 1111 }
1212 },
1313 "msbuild-sdks" : {
14- "Microsoft.DotNet.Arcade.Sdk" : " 7.0.0-beta.23564.5 " ,
15- "Microsoft.DotNet.Helix.Sdk" : " 7.0.0-beta.23564.5 "
14+ "Microsoft.DotNet.Arcade.Sdk" : " 7.0.0-beta.23580.4 " ,
15+ "Microsoft.DotNet.Helix.Sdk" : " 7.0.0-beta.23580.4 "
1616 }
1717}
You can’t perform that action at this time.
0 commit comments