Skip to content

Commit

Permalink
Move to v3 publishing (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
michellemcdaniel committed Aug 17, 2021
1 parent 9dab778 commit eb50191
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Expand Up @@ -153,6 +153,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 isn't being very reliable lately. This should be enabled back
# once this issue is resolved: https://github.com/dotnet/arcade/issues/2871
enableSymbolValidation: false
6 changes: 6 additions & 0 deletions eng/Publishing.props
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<PublishingVersion>3</PublishingVersion>
</PropertyGroup>
</Project>

0 comments on commit eb50191

Please sign in to comment.