Skip to content

Commit 9705ec7

Browse files
committed
Use Arcade v3 publishing
1 parent 1408d02 commit 9705ec7

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

azure-pipelines-official.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ stages:
320320
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
321321
- template: eng\common\templates\post-build\post-build.yml
322322
parameters:
323+
publishingInfraVersion: 3
323324
# Symbol validation is not entirely reliable as of yet, so should be turned off until
324325
# https://github.com/dotnet/arcade/issues/2871 is resolved.
325326
enableSymbolValidation: false

eng/Publishing.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project>
3+
<PropertyGroup>
4+
<PublishingVersion>3</PublishingVersion>
5+
</PropertyGroup>
6+
</Project>

0 commit comments

Comments
 (0)