File tree Expand file tree Collapse file tree 12 files changed +19
-19
lines changed Expand file tree Collapse file tree 12 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 29
29
</Dependency >
30
30
</ProductDependencies >
31
31
<ToolsetDependencies >
32
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.23580 .1" >
32
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.23463 .1" >
33
33
<Uri >https://github.com/dotnet/arcade</Uri >
34
- <Sha >efc3da96e5ac110513e92ebd9ef87c73f44d8540 </Sha >
34
+ <Sha >1d451c32dda2314c721adbf8829e1c0cd4e681ff </Sha >
35
35
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
36
36
</Dependency >
37
- <Dependency Name =" Microsoft.DotNet.XliffTasks" Version =" 1.0.0-beta.23475 .1" CoherentParentDependency =" Microsoft.DotNet.Arcade.Sdk" >
37
+ <Dependency Name =" Microsoft.DotNet.XliffTasks" Version =" 1.0.0-beta.23426 .1" CoherentParentDependency =" Microsoft.DotNet.Arcade.Sdk" >
38
38
<Uri >https://github.com/dotnet/xliff-tasks</Uri >
39
- <Sha >73f0850939d96131c28cf6ea6ee5aacb4da0083a </Sha >
39
+ <Sha >194f32828726c3f1f63f79f3dc09b9e99c157b11 </Sha >
40
40
<SourceBuild RepoName =" xliff-tasks" ManagedOnly =" true" />
41
41
</Dependency >
42
42
<Dependency Name =" optimization.windows_nt-x64.MIBC.Runtime" Version =" 1.0.0-prerelease.23602.3" >
Original file line number Diff line number Diff line change 207
207
<XUnitRunnerVersion >2.4.2</XUnitRunnerVersion >
208
208
<FluentAssertionsVersion >5.10.3</FluentAssertionsVersion >
209
209
<HumanizerCoreVersion >2.2.0</HumanizerCoreVersion >
210
- <MicrosoftDotNetXliffTasksVersion >1.0.0-beta.23475 .1</MicrosoftDotNetXliffTasksVersion >
210
+ <MicrosoftDotNetXliffTasksVersion >1.0.0-beta.23426 .1</MicrosoftDotNetXliffTasksVersion >
211
211
<!-- MIBC profile packages -->
212
212
<optimizationwindows_ntx64MIBCRuntimeVersion >1.0.0-prerelease.23602.3</optimizationwindows_ntx64MIBCRuntimeVersion >
213
213
<optimizationwindows_ntx86MIBCRuntimeVersion >1.0.0-prerelease.23602.3</optimizationwindows_ntx86MIBCRuntimeVersion >
Original file line number Diff line number Diff line change 1
1
param (
2
2
$darcVersion = $null ,
3
- $versionEndpoint = ' https://maestro.dot.net /api/assets/darc-version?api-version=2019-01-16' ,
3
+ $versionEndpoint = ' https://maestro-prod.westus2.cloudapp.azure.com /api/assets/darc-version?api-version=2019-01-16' ,
4
4
$verbosity = ' minimal' ,
5
5
$toolpath = $null
6
6
)
Original file line number Diff line number Diff line change 2
2
3
3
source=" ${BASH_SOURCE[0]} "
4
4
darcVersion=' '
5
- versionEndpoint=' https://maestro.dot.net /api/assets/darc-version?api-version=2019-01-16'
5
+ versionEndpoint=' https://maestro-prod.westus2.cloudapp.azure.com /api/assets/darc-version?api-version=2019-01-16'
6
6
verbosity=' minimal'
7
7
8
8
while [[ $# > 0 ]]; do
Original file line number Diff line number Diff line change 2
2
[Parameter (Mandatory = $true )][int ] $BuildId ,
3
3
[Parameter (Mandatory = $true )][int ] $ChannelId ,
4
4
[Parameter (Mandatory = $true )][string ] $MaestroApiAccessToken ,
5
- [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro.dot.net ' ,
5
+ [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro-prod.westus2.cloudapp.azure.com ' ,
6
6
[Parameter (Mandatory = $false )][string ] $MaestroApiVersion = ' 2019-01-16'
7
7
)
8
8
Original file line number Diff line number Diff line change 3
3
[Parameter (Mandatory = $true )][int ] $PublishingInfraVersion ,
4
4
[Parameter (Mandatory = $true )][string ] $AzdoToken ,
5
5
[Parameter (Mandatory = $true )][string ] $MaestroToken ,
6
- [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro.dot.net ' ,
6
+ [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro-prod.westus2.cloudapp.azure.com ' ,
7
7
[Parameter (Mandatory = $true )][string ] $WaitPublishingFinish ,
8
8
[Parameter (Mandatory = $false )][string ] $ArtifactsPublishingAdditionalParameters ,
9
9
[Parameter (Mandatory = $false )][string ] $SymbolPublishingAdditionalParameters
Original file line number Diff line number Diff line change 2
2
[Parameter (Mandatory = $true )][string ] $SourceRepo ,
3
3
[Parameter (Mandatory = $true )][int ] $ChannelId ,
4
4
[Parameter (Mandatory = $true )][string ] $MaestroApiAccessToken ,
5
- [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro.dot.net ' ,
5
+ [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro-prod.westus2.cloudapp.azure.com ' ,
6
6
[Parameter (Mandatory = $false )][string ] $MaestroApiVersion = ' 2019-01-16'
7
7
)
8
8
Original file line number Diff line number Diff line change 64
64
$GlobalJson.tools | Add-Member - Name " vs" - Value (ConvertFrom-Json " { `" version`" : `" 16.5`" }" ) - MemberType NoteProperty
65
65
}
66
66
if ( -not ($GlobalJson.tools.PSObject.Properties.Name -match " xcopy-msbuild" )) {
67
- $GlobalJson.tools | Add-Member - Name " xcopy-msbuild" - Value " 17.8.1 -2" - MemberType NoteProperty
67
+ $GlobalJson.tools | Add-Member - Name " xcopy-msbuild" - Value " 17.6.0 -2" - MemberType NoteProperty
68
68
}
69
69
if ($GlobalJson.tools ." xcopy-msbuild" .Trim() -ine " none" ) {
70
70
$xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools ." xcopy-msbuild" - install $true
Original file line number Diff line number Diff line change 81
81
arguments : -task PublishBuildAssets -restore -msbuildEngine dotnet
82
82
/p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
83
83
/p:BuildAssetRegistryToken=$(MaestroAccessToken)
84
- /p:MaestroApiEndpoint=https://maestro.dot.net
84
+ /p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com
85
85
/p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }}
86
86
/p:OfficialBuildId=$(Build.BuildNumber)
87
87
condition : ${{ parameters.condition }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ variables:
7
7
8
8
# Default Maestro++ API Endpoint and API Version
9
9
- name : MaestroApiEndPoint
10
- value : " https://maestro.dot.net "
10
+ value : " https://maestro-prod.westus2.cloudapp.azure.com "
11
11
- name : MaestroApiAccessToken
12
12
value : $(MaestroAccessToken)
13
13
- name : MaestroApiVersion
You can’t perform that action at this time.
0 commit comments