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
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
<Sha>c2e8c9f71737d87a95610851587e2a1eaf18c91c</Sha>
</Dependency>
<!-- Arcade -->
<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.GenFacades" Version="1.0.0-beta.21427.4">
<Dependency Name="Microsoft.DotNet.GenFacades" 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.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.XUnitExtensions" Version="2.4.1-beta.21427.4">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="2.4.1-beta.21552.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>98e2fbaad9f2f7bbe091bb0b9dd37d03206becc9</Sha>
<Sha>afb79612f8e0b62603d9c1a614d7e4cf3f54a1e7</Sha>
</Dependency>
<!-- Keep these dependencies at the bottom of ToolsetDependencies, else they will be picked as the parent for CoherentParentDependencies -->
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.1.0" Pinned="true">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
</PropertyGroup>
<!-- Arcade -->
<PropertyGroup>
<MicrosoftDotNetGenFacadesPackageVersion>1.0.0-beta.21427.4</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>2.4.1-beta.21427.4</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>1.0.0-beta.21552.6</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>2.4.1-beta.21552.6</MicrosoftDotNetXUnitExtensionsPackageVersion>
</PropertyGroup>
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
<!-- XUnit-related (not extensions) -->
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 @@ -15,8 +15,8 @@
"version": "3.1.100"
},
"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",
"Microsoft.NET.Sdk.IL": "3.1.9-servicing.20458.2"
},
"native-tools": {
Expand Down