File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 53
53
</Dependency >
54
54
</ProductDependencies >
55
55
<ToolsetDependencies >
56
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.23564.4 " >
56
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.23580.1 " >
57
57
<Uri >https://github.com/dotnet/arcade</Uri >
58
- <Sha >0aaeafef60933f87b0b50350313bb2fd77defb5d </Sha >
58
+ <Sha >efc3da96e5ac110513e92ebd9ef87c73f44d8540 </Sha >
59
59
</Dependency >
60
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.23564.4 " >
60
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.23580.1 " >
61
61
<Uri >https://github.com/dotnet/arcade</Uri >
62
- <Sha >0aaeafef60933f87b0b50350313bb2fd77defb5d </Sha >
62
+ <Sha >efc3da96e5ac110513e92ebd9ef87c73f44d8540 </Sha >
63
63
</Dependency >
64
64
</ToolsetDependencies >
65
65
</Dependencies >
Original file line number Diff line number Diff line change 1
1
param (
2
2
$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' ,
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-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'
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-prod.westus2.cloudapp.azure.com ' ,
5
+ [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro.dot.net ' ,
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-prod.westus2.cloudapp.azure.com ' ,
6
+ [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro.dot.net ' ,
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-prod.westus2.cloudapp.azure.com ' ,
5
+ [Parameter (Mandatory = $false )][string ] $MaestroApiEndPoint = ' https://maestro.dot.net ' ,
6
6
[Parameter (Mandatory = $false )][string ] $MaestroApiVersion = ' 2019-01-16'
7
7
)
8
8
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-prod.westus2.cloudapp.azure.com
84
+ /p:MaestroApiEndpoint=https://maestro.dot.net
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-prod.westus2.cloudapp.azure.com "
10
+ value : " https://maestro.dot.net "
11
11
- name : MaestroApiAccessToken
12
12
value : $(MaestroAccessToken)
13
13
- name : MaestroApiVersion
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.23564.4 " ,
18
- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23564.4 "
17
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.23580.1 " ,
18
+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23580.1 "
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments