Skip to content

Commit 58dbd02

Browse files
committed
Revert "Do not publish to BAR when RTM version is built"
This reverts commit aa62848.
1 parent aa62848 commit 58dbd02

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

azure-pipelines-official.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,10 @@ variables:
8080
# even when we don't use matrix.
8181
- name: _BuildConfig
8282
value: Release
83-
- name: _PublishUsingPipelines
84-
value: true
8583

8684
- ${{ if eq(parameters.isRTM, True) }}:
8785
- name: _ReleaseVersionKind
8886
value: release
89-
# do not publish final version to internal feeds, because there we want to have versions that
90-
# end with -release or -preview, but not versions without any suffix, because we cannot release
91-
# multiple of those versions.
92-
- name: _PublishUsingPipelines
93-
value: false
9487

9588
# Group gives access to $microsoft-symbol-server-pat and $symweb-symbol-server-pat
9689
- group: DotNet-Symbol-Server-Pats
@@ -112,7 +105,7 @@ variables:
112105
value: /p:DotNetSignType=$(_SignType)
113106
/p:TeamName=$(_TeamName)
114107
/p:DotNetFinalVersionKind=$(_ReleaseVersionKind)
115-
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
108+
/p:DotNetPublishUsingPipelines=true
116109
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
117110
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
118111
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)

0 commit comments

Comments
 (0)