Merged PR 41211: Enable internal runtimes when building tarball
- Please add description for changes you are making. - If there is an issue related to this PR, please add the reference. Enable internal runtimes when building tarball ---- #### AI description (iteration 1) #### PR Classification New feature #### PR Summary This pull request enables internal runtimes when building the tarball. - `src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml`: Added a template step to enable internal runtimes.
This commit is contained in:
parent
144f177887
commit
059f21337d
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ jobs:
|
|||
arguments: $(Build.SourcesDirectory)/NuGet.config $Token
|
||||
env:
|
||||
Token: $(dn-bot-dnceng-artifact-feeds-rw)
|
||||
- template: /eng/common/templates-official/steps/enable-internal-runtimes.yml
|
||||
- script: |
|
||||
set -x
|
||||
df -h
|
||||
|
|
Loading…
Reference in a new issue