Skip to content

Commit 8350252

Browse files
authored
Merge pull request #5518 from mmitche/enable-internal-runtimes-on-prs-main
Enable internal runtimes on windowsdesktop PRs
2 parents 43c838e + c55476e commit 8350252

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,17 @@ jobs:
3535
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
3636
- name: MsbuildSigningArguments
3737
value: /p:DotNetSignType=Test
38+
- name: InternalRuntimeDownloadArgs
39+
value: ''
3840
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
3941
- name: MsbuildSigningArguments
4042
value: /p:DotNetSignType=Real
43+
- name: InternalRuntimeDownloadArgs
44+
value: /p:RuntimeSourceFeed=https://ci.dot.net/internal /p:RuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
4145

4246
steps:
4347
- template: /eng/common/templates/steps/enable-internal-sources.yml
48+
- template: /eng/common/templates/steps/enable-internal-runtimes.yml
4449

4550
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
4651
- task: MicroBuildSigningPlugin@4
@@ -56,6 +61,7 @@ jobs:
5661
eng/common/cibuild.cmd
5762
$(CommonMSBuildArgs)
5863
$(MsbuildSigningArguments)
64+
$(InternalRuntimeDownloadArgs)
5965
displayName: Build
6066
6167
- ${{ if ne(parameters.skipTests, 'true') }}:

0 commit comments

Comments
 (0)