Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9146 from mmitche/make-override-explicit
Browse files Browse the repository at this point in the history
Explicitly note whether the package version props is being overridden
  • Loading branch information
mmitche committed Apr 26, 2018
2 parents 4db4d9b + 535cac7 commit 04066cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/DownloadPackageVersions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<Target Name="DownloadPackageVersionsProps"
DependsOnTargets="BuildDotnetCliBuildFramework">

<Message Importance="High" Text="Overriding repository dependency versions with $(PB_PackageVersionPropsUrl)"
Condition=" '$(PB_PackageVersionPropsUrl)' != '' " />
<DownloadFile Uri="$(PB_PackageVersionPropsUrl)$(CoreSetupBlobAccessTokenParam)"
DestinationPath="$(OrchestratedPackageVersionsProps)"
Condition=" '$(PB_PackageVersionPropsUrl)' != '' " />
Expand Down

0 comments on commit 04066cb

Please sign in to comment.