Skip to content

Commit 1c895da

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20201209.9 (#3900)
[master] Update dependencies from dotnet/arcade
1 parent b25a1c3 commit 1c895da

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,25 @@
9999
</Dependency>
100100
</ProductDependencies>
101101
<ToolsetDependencies>
102-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20608.21">
102+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20609.9">
103103
<Uri>https://github.com/dotnet/arcade</Uri>
104-
<Sha>b984ce874f048ec28e1067e9f47bdb183682df46</Sha>
104+
<Sha>66c6b1b53965afd8ee5695a36b1909d006ae98af</Sha>
105105
</Dependency>
106-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="6.0.0-beta.20608.21">
106+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="6.0.0-beta.20609.9">
107107
<Uri>https://github.com/dotnet/arcade</Uri>
108-
<Sha>b984ce874f048ec28e1067e9f47bdb183682df46</Sha>
108+
<Sha>66c6b1b53965afd8ee5695a36b1909d006ae98af</Sha>
109109
</Dependency>
110-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20608.21">
110+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20609.9">
111111
<Uri>https://github.com/dotnet/arcade</Uri>
112-
<Sha>b984ce874f048ec28e1067e9f47bdb183682df46</Sha>
112+
<Sha>66c6b1b53965afd8ee5695a36b1909d006ae98af</Sha>
113113
</Dependency>
114-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="6.0.0-beta.20608.21">
114+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="6.0.0-beta.20609.9">
115115
<Uri>https://github.com/dotnet/arcade</Uri>
116-
<Sha>b984ce874f048ec28e1067e9f47bdb183682df46</Sha>
116+
<Sha>66c6b1b53965afd8ee5695a36b1909d006ae98af</Sha>
117117
</Dependency>
118-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.20608.21">
118+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.20609.9">
119119
<Uri>https://github.com/dotnet/arcade</Uri>
120-
<Sha>b984ce874f048ec28e1067e9f47bdb183682df46</Sha>
120+
<Sha>66c6b1b53965afd8ee5695a36b1909d006ae98af</Sha>
121121
</Dependency>
122122
</ToolsetDependencies>
123123
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
</PropertyGroup>
4444
<!-- Packages that come from https://github.com/dotnet/arcade -->
4545
<PropertyGroup>
46-
<MicrosoftDotNetApiCompatVersion>6.0.0-beta.20608.21</MicrosoftDotNetApiCompatVersion>
47-
<MicrosoftDotNetCodeAnalysisPackageVersion>6.0.0-beta.20608.21</MicrosoftDotNetCodeAnalysisPackageVersion>
48-
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.20608.21</MicrosoftDotNetGenAPIVersion>
46+
<MicrosoftDotNetApiCompatVersion>6.0.0-beta.20609.9</MicrosoftDotNetApiCompatVersion>
47+
<MicrosoftDotNetCodeAnalysisPackageVersion>6.0.0-beta.20609.9</MicrosoftDotNetCodeAnalysisPackageVersion>
48+
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.20609.9</MicrosoftDotNetGenAPIVersion>
4949
</PropertyGroup>
5050
<!-- Packages that come from https://github.com/dotnet/corefxlab -->
5151
<PropertyGroup>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ function Trigger-Subscription([string]$SubscriptionId) {
6969

7070
function Validate-MaestroVars {
7171
try {
72-
Get-Variable MaestroApiEndPoint -Scope Global | Out-Null
73-
Get-Variable MaestroApiVersion -Scope Global | Out-Null
74-
Get-Variable MaestroApiAccessToken -Scope Global | Out-Null
72+
Get-Variable MaestroApiEndPoint | Out-Null
73+
Get-Variable MaestroApiVersion | Out-Null
74+
Get-Variable MaestroApiAccessToken | Out-Null
7575

7676
if (!($MaestroApiEndPoint -Match '^http[s]?://maestro-(int|prod).westus2.cloudapp.azure.com$')) {
7777
Write-PipelineTelemetryError -Category 'MaestroVars' -Message "MaestroApiEndPoint is not a valid Maestro URL. '$MaestroApiEndPoint'"

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20608.21",
16-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20608.21"
15+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20609.9",
16+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20609.9"
1717
},
1818
"sdk": {
1919
"version": "5.0.100"

0 commit comments

Comments
 (0)