Skip to content

Commit

Permalink
Revert "Add internal runtime args to source build template (#7587)" (#…
Browse files Browse the repository at this point in the history
…7598)

This reverts commit 0563473.
  • Loading branch information
missymessa authored Jul 7, 2021
1 parent 9159815 commit 286d980
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions eng/common/templates/steps/source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ steps:
officialBuildArgs='/p:DotNetPublishUsingPipelines=true /p:OfficialBuildId=$(BUILD.BUILDNUMBER)'
fi
internalRuntimeDownloadArgs=
if [ '${{ ne(variables['System.TeamProject'], 'public') }}' = 'True' ]; then
internalRuntimeDownloadArgs='--runtime-source-feed https://dotnetclimsrc.blob.core.windows.net/dotnet --runtime-source-feed-key $(dotnetclimsrc-read-sas-token-base64)'
fi
targetRidArgs=
if [ '${{ parameters.platform.targetRID }}' != '' ]; then
targetRidArgs='/p:TargetRid=${{ parameters.platform.targetRID }}'
Expand All @@ -48,7 +43,6 @@ steps:
--configuration $buildConfig \
--restore --build --pack $publishArgs -bl \
$officialBuildArgs \
$internalRuntimeDownloadArgs \
$targetRidArgs \
/p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \
/p:ArcadeBuildFromSource=true
Expand Down

0 comments on commit 286d980

Please sign in to comment.