Skip to content
Open
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
10 changes: 4 additions & 6 deletions build/vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ extends:
logs: true
manifests: true
enableMicrobuild: true
enablePublishUsingPipelines: true
enablePublishing: true
publishingVersion: 4
enableSourceIndex: true
dependsOn:
- Linux_x64
Expand All @@ -278,10 +279,7 @@ extends:
- _TeamName: DotNetCore
- _InternalBuildArgs: /p:DotNetSignType=$(_SignType)
/p:TeamName=$(_TeamName)
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
/p:OfficialBuildId=$(OfficialBuildId)
/p:DotNetPublishUsingPipelines=$true
pool:
name: $(DncEngInternalBuildPool)
image: $(WindowsImage)
Expand Down Expand Up @@ -320,12 +318,12 @@ extends:
dependsOn: Package
enablePublishBuildArtifacts: true
publishAssetsImmediately: true
publishUsingPipelines: true
publishingVersion: 4
pool:
name: $(DncEngInternalBuildPool)
image: $(WindowsImage)
os: windows

- template: /eng/common/templates-official/post-build/post-build.yml@self
parameters:
publishingInfraVersion: 3
publishingInfraVersion: 4
2 changes: 1 addition & 1 deletion eng/Publishing.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<PublishingVersion>3</PublishingVersion>
<PublishingVersion>4</PublishingVersion>
</PropertyGroup>
</Project>
Loading