File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
5661 eng/common/cibuild.cmd
5762 $(CommonMSBuildArgs)
5863 $(MsbuildSigningArguments)
64+ $(InternalRuntimeDownloadArgs)
5965 displayName: Build
6066
6167 - ${{ if ne(parameters.skipTests, 'true') }} :
You can’t perform that action at this time.
0 commit comments