Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20201209.9 (#855)

[master] Update dependencies from dotnet/arcade
pull/858/head
dotnet-maestro[bot] 6 years ago
committed by GitHub
parent
commit
febafc6029
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      eng/Version.Details.xml
  2. 6
      eng/common/post-build/post-build-utils.ps1
  3. 2
      global.json

20
eng/Version.Details.xml

@ -3,25 +3,25 @@
<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.Build.Tasks.Feed" Version="6.0.0-beta.20608.21">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" 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.SignTool" Version="6.0.0-beta.20608.21">
<Dependency Name="Microsoft.DotNet.SignTool" 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.SwaggerGenerator.MSBuild" Version="6.0.0-beta.20608.21">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" 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.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>

6
eng/common/post-build/post-build-utils.ps1

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

2
global.json

@ -11,6 +11,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20608.21"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20609.9"
}
}

Loading…
Cancel
Save