Skip to content

Commit

Permalink
Move to V3 publishing (#6349)
Browse files Browse the repository at this point in the history
  • Loading branch information
benvillalobos authored Apr 22, 2021
1 parent 20792c0 commit 500b60a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vsts-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ stages:
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- template: eng\common\templates\post-build\post-build.yml
parameters:
publishingInfraVersion: 3
# Symbol validation is not entirely reliable as of yet, so should be turned off until
# https://github.com/dotnet/arcade/issues/2871 is resolved.
enableSymbolValidation: false
Expand Down
6 changes: 6 additions & 0 deletions eng/Publishing.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<PublishingVersion>3</PublishingVersion>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21160.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21221.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>670382be6a978ba401c21c57ba44311199d2682a</Sha>
<Sha>e304b1672084f2274b5d838893d894fa5cf8abea</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.9.1-rc.8">
<Uri>https://github.com/nuget/nuget.client</Uri>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"msbuild-sdks": {
"Microsoft.Build.CentralPackageVersions": "2.0.1",
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21160.3"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21221.5"
}
}

0 comments on commit 500b60a

Please sign in to comment.