[master] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2020-12-11 13:19:52 +00:00 коммит произвёл GitHub
Родитель 27d4c906bd
Коммит 7971b19676
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -3,17 +3,17 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20608.21">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20609.9">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b984ce874f048ec28e1067e9f47bdb183682df46</Sha>
<Sha>66c6b1b53965afd8ee5695a36b1909d006ae98af</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20608.21">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20609.9">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b984ce874f048ec28e1067e9f47bdb183682df46</Sha>
<Sha>66c6b1b53965afd8ee5695a36b1909d006ae98af</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.20608.21">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.20609.9">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b984ce874f048ec28e1067e9f47bdb183682df46</Sha>
<Sha>66c6b1b53965afd8ee5695a36b1909d006ae98af</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

Просмотреть файл

@ -18,6 +18,6 @@
<SnVersion>1.0.0</SnVersion>
<VSWhereVersion>2.5.2</VSWhereVersion>
<MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion>
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.20608.21</MicrosoftDotNetGenAPIVersion>
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.20609.9</MicrosoftDotNetGenAPIVersion>
</PropertyGroup>
</Project>

Просмотреть файл

@ -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'"

Просмотреть файл

@ -9,7 +9,7 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20608.21",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20608.21"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20609.9",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20609.9"
}
}