Fixed another typo...
This commit is contained in:
parent
0f7783f72b
commit
5607d1f68c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<PB_AssetRootAccessTokenSuffixParam Condition=" '$(PB_AssetRootAccessTokenSuffix)' != '' ">?$(PB_AssetRootAccessTokenSuffix)</PB_AssetRootAccessTokenSuffixParam>
|
||||
</PropertyGroup>
|
||||
|
||||
<DownloadFile Uri="$(PB_PackageVersionPropsUrl)?$(PB_AssetRootAccessTokenSuffixParam)"
|
||||
<DownloadFile Uri="$(PB_PackageVersionPropsUrl)$(PB_AssetRootAccessTokenSuffixParam)"
|
||||
DestinationPath="$(DownloadedPackageVersionsProps)"
|
||||
Condition=" '$(PB_PackageVersionPropsUrl)' != '' " />
|
||||
</Target>
|
||||
|
|
Loading…
Add table
Reference in a new issue