Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>1a04dd08e56bf52e88668c1ef2bd3f630ad442a5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.21427.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.21552.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>98e2fbaad9f2f7bbe091bb0b9dd37d03206becc9</Sha>
<Sha>afb79612f8e0b62603d9c1a614d7e4cf3f54a1e7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="1.0.0-beta.21427.4">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="1.0.0-beta.21552.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>98e2fbaad9f2f7bbe091bb0b9dd37d03206becc9</Sha>
<Sha>afb79612f8e0b62603d9c1a614d7e4cf3f54a1e7</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.3" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
Expand All @@ -99,17 +99,17 @@
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>c2e8c9f71737d87a95610851587e2a1eaf18c91c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.21427.4">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.21552.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>98e2fbaad9f2f7bbe091bb0b9dd37d03206becc9</Sha>
<Sha>afb79612f8e0b62603d9c1a614d7e4cf3f54a1e7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="1.0.0-beta.21427.4">
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="1.0.0-beta.21552.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>98e2fbaad9f2f7bbe091bb0b9dd37d03206becc9</Sha>
<Sha>afb79612f8e0b62603d9c1a614d7e4cf3f54a1e7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.21427.4">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.21552.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>98e2fbaad9f2f7bbe091bb0b9dd37d03206becc9</Sha>
<Sha>afb79612f8e0b62603d9c1a614d7e4cf3f54a1e7</Sha>
</Dependency>
<Dependency Name="System.Resources.Extensions" Version="4.7.1" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/arcade -->
<PropertyGroup>
<MicrosoftDotNetApiCompatVersion>1.0.0-beta.21427.4</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>1.0.0-beta.21427.4</MicrosoftDotNetCodeAnalysisPackageVersion>
<MicrosoftDotNetGenAPIVersion>1.0.0-beta.21427.4</MicrosoftDotNetGenAPIVersion>
<MicrosoftDotNetApiCompatVersion>1.0.0-beta.21552.6</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>1.0.0-beta.21552.6</MicrosoftDotNetCodeAnalysisPackageVersion>
<MicrosoftDotNetGenAPIVersion>1.0.0-beta.21552.6</MicrosoftDotNetGenAPIVersion>
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/corefxlab -->
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion eng/common/templates/job/execute-sdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
variables:
- group: DotNet-VSTS-Bot
pool:
name: Hosted VS2017
vmImage: windows-2019
steps:
- checkout: self
clean: true
Expand Down
2 changes: 1 addition & 1 deletion eng/common/templates/job/onelocbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:

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

CeapexPat: $(dn-bot-ceapex-package-r) # PAT for the loc AzDO instance https://dev.azure.com/ceapex
GithubPat: $(BotAccount-dotnet-bot-repo-PAT)
Expand Down
4 changes: 2 additions & 2 deletions eng/common/templates/jobs/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- ${{ each job in parameters.jobs }}:
- ${{ job.job }}
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
runAsPublic: ${{ parameters.runAsPublic }}
publishUsingPipelines: ${{ parameters.enablePublishUsingPipelines }}
enablePublishBuildArtifacts: ${{ parameters.enablePublishBuildArtifacts }}
Expand All @@ -87,4 +87,4 @@ jobs:
dependsOn:
- Asset_Registry_Publish
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.21427.4",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.21427.4"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.21552.6",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.21552.6"
},
"native-tools": {
"strawberry-perl": "5.28.1.1-1",
Expand Down