Skip to content

Commit b912eb8

Browse files
mmitchevzarytovskiiKevinRansom
authored
Remove legacy parameters (#16954)
- OverridePackageSource has no use (and that feed is ancient) - Artifacts categories are long gone - Symbol server publishing and PATs are not required with PublishUsingPipelines Co-authored-by: Vlad Zarytovskii <[email protected]> Co-authored-by: Kevin Ransom (msft) <[email protected]>
1 parent 9b2c82a commit b912eb8

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

azure-pipelines-PR.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,11 @@ variables:
5555
value: Release
5656
- name: _PublishUsingPipelines
5757
value: true
58-
- name: _DotNetArtifactsCategory
59-
value: .NETCore
6058
- name: VisualStudioDropName
6159
value: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)
6260
- name: Codeql.Enabled
6361
value: true
6462
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
65-
- name: _DotNetValidationArtifactsCategory
66-
value: .NETCoreValidation
6763
- group: DotNet-FSharp-SDLValidation-Params
6864
- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['Build.Reason'], 'PullRequest')) }}:
6965
- name: RunningAsPullRequest
@@ -126,14 +122,9 @@ stages:
126122
/p:SignType=$(_SignType)
127123
/p:DotNetSignType=$(_SignType)
128124
/p:MicroBuild_SigningEnabled=true
129-
/p:OverridePackageSource=https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
130125
/p:TeamName=$(_TeamName)
131126
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
132-
/p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
133-
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
134-
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
135127
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)
136-
/p:PublishToSymbolServer=true
137128
/p:VisualStudioDropName=$(VisualStudioDropName)
138129
/p:GenerateSbom=true
139130
env:

azure-pipelines.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,10 @@ variables:
4646
value: Real
4747
- name: _PublishUsingPipelines
4848
value: true
49-
- name: _DotNetArtifactsCategory
50-
value: .NETCore
5149
- name: VisualStudioDropName
5250
value: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)
5351
- name: Codeql.Enabled
5452
value: true
55-
- name: _DotNetValidationArtifactsCategory
56-
value: .NETCoreValidation
5753
- group: DotNet-FSharp-SDLValidation-Params
5854
- template: /eng/common/templates-official/variables/pool-providers.yml@self
5955

@@ -137,14 +133,9 @@ extends:
137133
/p:SignType=$(_SignType)
138134
/p:DotNetSignType=$(_SignType)
139135
/p:MicroBuild_SigningEnabled=true
140-
/p:OverridePackageSource=https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
141136
/p:TeamName=$(_TeamName)
142137
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
143-
/p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
144-
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
145-
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
146138
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)
147-
/p:PublishToSymbolServer=true
148139
/p:VisualStudioDropName=$(VisualStudioDropName)
149140
/p:GenerateSbom=true
150141
env:

0 commit comments

Comments
 (0)