If 'OrchestratedPackageVersionsProps.props' is present, do not re-download the file every time 'Run-Build' or 'Build' is called.
This commit is contained in:
parent
9d5bd8637e
commit
d3e905997c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
<Project ToolsVersion="15.0">
|
||||
<Target Name="DownloadPackageVersionsProps"
|
||||
DependsOnTargets="BuildDotnetCliBuildFramework">
|
||||
Condition=" !Exists('$(OrchestratedPackageVersionsProps)') "
|
||||
DependsOnTargets="BuildDotnetCliBuildFramework">
|
||||
|
||||
<DownloadFile Uri="$(PB_PackageVersionPropsUrl)$(CoreSetupBlobAccessTokenParam)"
|
||||
DestinationPath="$(OrchestratedPackageVersionsProps)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue