commit
f4a0d2db0e
2 changed files with 9 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
||||||
<Project ToolsVersion="15.0">
|
<Project ToolsVersion="15.0">
|
||||||
<Target Name="DownloadPackageVersionsProps"
|
<Target Name="DownloadPackageVersionsProps"
|
||||||
Condition=" !Exists('$(OrchestratedPackageVersionsProps)') "
|
|
||||||
DependsOnTargets="BuildDotnetCliBuildFramework">
|
DependsOnTargets="BuildDotnetCliBuildFramework">
|
||||||
|
|
||||||
<DownloadFile Uri="$(PB_PackageVersionPropsUrl)$(CoreSetupBlobAccessTokenParam)"
|
<DownloadFile Uri="$(PB_PackageVersionPropsUrl)$(CoreSetupBlobAccessTokenParam)"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<Project ToolsVersion="15.0">
|
<Project ToolsVersion="15.0">
|
||||||
<Target Name="WriteNugetConfigFile"
|
<Target Name="WriteNugetConfigFile">
|
||||||
Condition=" !Exists('$(GeneratedNuGetConfig)') ">
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<NugetConfigPrivateFeeds Include="$(ExternalRestoreSources.Split(';'))" />
|
<NugetConfigPrivateFeeds Include="$(ExternalRestoreSources.Split(';'))" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue