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