Skip to content

Commit

Permalink
Revert "Do not publish to BAR when RTM version is built"
Browse files Browse the repository at this point in the history
This reverts commit aa62848.
  • Loading branch information
nohwnd committed Sep 3, 2024
1 parent aa62848 commit 58dbd02
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,10 @@ variables:
# even when we don't use matrix.
- name: _BuildConfig
value: Release
- name: _PublishUsingPipelines
value: true

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

# Group gives access to $microsoft-symbol-server-pat and $symweb-symbol-server-pat
- group: DotNet-Symbol-Server-Pats
Expand All @@ -112,7 +105,7 @@ variables:
value: /p:DotNetSignType=$(_SignType)
/p:TeamName=$(_TeamName)
/p:DotNetFinalVersionKind=$(_ReleaseVersionKind)
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
/p:DotNetPublishUsingPipelines=true
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)
Expand Down

0 comments on commit 58dbd02

Please sign in to comment.