Update dependencies from https://github.com/dotnet/arcade build 20201209.9 (#9211)
[master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.20605.1 to 1.0.0-beta.20608.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
parent
c8258d9a38
commit
fe01e66a27
4 changed files with 11 additions and 11 deletions
|
@ -69,9 +69,9 @@ function Trigger-Subscription([string]$SubscriptionId) {
|
|||
|
||||
function Validate-MaestroVars {
|
||||
try {
|
||||
Get-Variable MaestroApiEndPoint -Scope Global | Out-Null
|
||||
Get-Variable MaestroApiVersion -Scope Global | Out-Null
|
||||
Get-Variable MaestroApiAccessToken -Scope Global | Out-Null
|
||||
Get-Variable MaestroApiEndPoint | Out-Null
|
||||
Get-Variable MaestroApiVersion | Out-Null
|
||||
Get-Variable MaestroApiAccessToken | Out-Null
|
||||
|
||||
if (!($MaestroApiEndPoint -Match '^http[s]?://maestro-(int|prod).westus2.cloudapp.azure.com$')) {
|
||||
Write-PipelineTelemetryError -Category 'MaestroVars' -Message "MaestroApiEndPoint is not a valid Maestro URL. '$MaestroApiEndPoint'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue