Skip to content

Commit 9b73853

Browse files
committed
Merge in 'release/5.0' changes
2 parents 4808abf + 08399f7 commit 9b73853

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,25 +103,25 @@
103103
</Dependency>
104104
</ProductDependencies>
105105
<ToolsetDependencies>
106-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21513.1">
106+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21552.7">
107107
<Uri>https://github.com/dotnet/arcade</Uri>
108-
<Sha>f7347c7eda15739dbbc6b031364729938b041b14</Sha>
108+
<Sha>03adeadd89875039da245253a3f6038874e2fa88</Sha>
109109
</Dependency>
110-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="5.0.0-beta.21513.1">
110+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="5.0.0-beta.21552.7">
111111
<Uri>https://github.com/dotnet/arcade</Uri>
112-
<Sha>f7347c7eda15739dbbc6b031364729938b041b14</Sha>
112+
<Sha>03adeadd89875039da245253a3f6038874e2fa88</Sha>
113113
</Dependency>
114-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.21513.1">
114+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.21552.7">
115115
<Uri>https://github.com/dotnet/arcade</Uri>
116-
<Sha>f7347c7eda15739dbbc6b031364729938b041b14</Sha>
116+
<Sha>03adeadd89875039da245253a3f6038874e2fa88</Sha>
117117
</Dependency>
118-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="5.0.0-beta.21513.1">
118+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="5.0.0-beta.21552.7">
119119
<Uri>https://github.com/dotnet/arcade</Uri>
120-
<Sha>f7347c7eda15739dbbc6b031364729938b041b14</Sha>
120+
<Sha>03adeadd89875039da245253a3f6038874e2fa88</Sha>
121121
</Dependency>
122-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.21513.1">
122+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.21552.7">
123123
<Uri>https://github.com/dotnet/arcade</Uri>
124-
<Sha>f7347c7eda15739dbbc6b031364729938b041b14</Sha>
124+
<Sha>03adeadd89875039da245253a3f6038874e2fa88</Sha>
125125
</Dependency>
126126
</ToolsetDependencies>
127127
</Dependencies>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<VersionPrefix>5.0.12</VersionPrefix>
4+
<VersionPrefix>5.0.13</VersionPrefix>
55
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
66
<SystemIOPackagingVersion>5.0.0</SystemIOPackagingVersion>
77
<SystemResourcesExtensionsVersion>5.0.0</SystemResourcesExtensionsVersion>
@@ -42,9 +42,9 @@
4242
</PropertyGroup>
4343
<!-- Packages that come from https://github.com/dotnet/arcade -->
4444
<PropertyGroup>
45-
<MicrosoftDotNetApiCompatVersion>5.0.0-beta.21513.1</MicrosoftDotNetApiCompatVersion>
46-
<MicrosoftDotNetCodeAnalysisPackageVersion>5.0.0-beta.21513.1</MicrosoftDotNetCodeAnalysisPackageVersion>
47-
<MicrosoftDotNetGenAPIVersion>5.0.0-beta.21513.1</MicrosoftDotNetGenAPIVersion>
45+
<MicrosoftDotNetApiCompatVersion>5.0.0-beta.21552.7</MicrosoftDotNetApiCompatVersion>
46+
<MicrosoftDotNetCodeAnalysisPackageVersion>5.0.0-beta.21552.7</MicrosoftDotNetCodeAnalysisPackageVersion>
47+
<MicrosoftDotNetGenAPIVersion>5.0.0-beta.21552.7</MicrosoftDotNetGenAPIVersion>
4848
</PropertyGroup>
4949
<!-- Packages that come from https://github.com/dotnet/corefxlab -->
5050
<PropertyGroup>

eng/common/templates/job/execute-sdl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: AzDOBuildId
2929
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ]
3030
pool:
31-
name: Hosted VS2017
31+
vmImage: windows-2019
3232
steps:
3333
- checkout: self
3434
clean: true

eng/common/templates/job/onelocbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parameters:
44

55
# Optional: A defined YAML pool - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#pool
66
pool:
7-
vmImage: vs2017-win2016
7+
vmImage: windows-2019
88

99
CeapexPat: $(dn-bot-ceapex-package-r) # PAT for the loc AzDO instance https://dev.azure.com/ceapex
1010
GithubPat: $(BotAccount-dotnet-bot-repo-PAT)

eng/common/templates/jobs/jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- ${{ if eq(parameters.runSourceBuild, true) }}:
7373
- Source_Build_Complete
7474
pool:
75-
vmImage: vs2017-win2016
75+
vmImage: windows-2019
7676
runAsPublic: ${{ parameters.runAsPublic }}
7777
publishUsingPipelines: ${{ parameters.enablePublishUsingPipelines }}
7878
enablePublishBuildArtifacts: ${{ parameters.enablePublishBuildArtifacts }}
@@ -85,4 +85,4 @@ jobs:
8585
dependsOn:
8686
- Asset_Registry_Publish
8787
pool:
88-
vmImage: vs2017-win2016
88+
vmImage: windows-2019

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": "5.0.0-beta.21513.1",
16-
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21513.1"
15+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21552.7",
16+
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21552.7"
1717
},
1818
"sdk": {
1919
"version": "5.0.401"

0 commit comments

Comments
 (0)