Skip to content

Commit 5c0f5c2

Browse files
committed
Revert "fixup! Fix load order of ProjectStaging and restrict package version validation to only official builds"
This reverts commit d953d0a.
1 parent 6f470af commit 5c0f5c2

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

azure-pipelines-public.yml

-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ variables:
6666
value: Release
6767
- name: PostBuildSign
6868
value: false
69-
- name: _BrandingArgs
70-
value: ''
7169
# needed for darc (dependency flow) publishing
7270
- name: _PublishArgs
7371
value: ''

azure-pipelines.yml

-4
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,9 @@ variables:
7878
- ${{ if or(startswith(variables['Build.SourceBranch'], 'refs/heads/release/'), startswith(variables['Build.SourceBranch'], 'refs/heads/internal/release/'), startswith(variables['Build.SourceBranch'], 'refs/heads/validation/'), eq(variables['Build.Reason'], 'Manual')) }}:
7979
- name: PostBuildSign
8080
value: false
81-
- name: _BrandingArgs
82-
value: /p:configureDotNetFinalVersionKind=true
8381
- ${{ else }}:
8482
- name: PostBuildSign
8583
value: true
86-
- name: _BrandingArgs
87-
value: ''
8884

8985
# Produce test-signed build for PR and Public builds
9086
- ${{ if or(eq(variables['runAsPublic'], 'true'), eq(variables['Build.Reason'], 'PullRequest')) }}:

eng/pipelines/templates/BuildAndTest.yml

-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ steps:
4949
-warnAsError ${{ parameters.warnAsError }}
5050
/bl:${{ parameters.repoLogPath }}/build.binlog
5151
$(_OfficialBuildIdArgs)
52-
$(_BrandingArgs)
5352
displayName: Build
5453

5554
- ${{ if ne(parameters.skipTests, 'true') }}:
@@ -145,7 +144,6 @@ steps:
145144
-configuration ${{ parameters.buildConfig }}
146145
/bl:${{ parameters.repoLogPath }}/transport.binlog
147146
$(_OfficialBuildIdArgs)
148-
$(_BrandingArgs)
149147
displayName: Pack docs transport package
150148

151149
- pwsh: |
@@ -161,5 +159,4 @@ steps:
161159
/bl:${{ parameters.repoLogPath }}/pack.binlog
162160
/p:Restore=false /p:Build=false
163161
$(_OfficialBuildIdArgs)
164-
$(_BrandingArgs)
165162
displayName: Pack, sign, and publish

0 commit comments

Comments
 (0)