Skip to content

Commit 6686ac7

Browse files
authored
[release/8.0] Remove references to obsolete storage account variables (#4436)
Remove references to obsolete storage account variables
1 parent 23f7027 commit 6686ac7

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

eng/pipelines/jobs/windows-build-PR.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ jobs:
3535
value: /p:DotNetSignType=$(SignType)
3636
- name: TargetArchitecture
3737
value: ${{ parameters.targetArchitecture }}
38-
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
39-
- name: _InternalRuntimeDownloadArgs
40-
value: ''
41-
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
42-
- group: DotNet-MSRC-Storage
43-
- name: _InternalRuntimeDownloadArgs
44-
value: >-
45-
/p:DotNetRuntimeSourceFeed=https://dotnetclimsrc.blob.core.windows.net/dotnet
46-
/p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas-token-base64)
4738

4839
steps:
4940
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
@@ -75,7 +66,6 @@ jobs:
7566
build.cmd -ci -test
7667
$(CommonMSBuildArgs)
7768
$(MsbuildSigningArguments)
78-
$(_InternalRuntimeDownloadArgs)
7969
displayName: Build
8070
8171
- template: /eng/pipelines/steps/upload-job-artifacts-PR.yml

eng/pipelines/jobs/windows-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
value: /p:DotNetSignType=$(SignType)
2929
- name: TargetArchitecture
3030
value: ${{ parameters.targetArchitecture }}
31-
- group: DotNet-MSRC-Storage
32-
- name: _InternalRuntimeDownloadArgs
33-
value: >-
34-
/p:DotNetRuntimeSourceFeed=https://dotnetclimsrc.blob.core.windows.net/dotnet
35-
/p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas-token-base64)
3631
templateContext:
3732
outputs:
3833
- output: buildArtifacts
@@ -74,7 +69,6 @@ jobs:
7469
build.cmd -ci -test
7570
$(CommonMSBuildArgs)
7671
$(MsbuildSigningArguments)
77-
$(_InternalRuntimeDownloadArgs)
7872
displayName: Build
7973
8074
# Generate SBOM

0 commit comments

Comments
 (0)