commit
f4a0d2db0e
2 changed files with 9 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
||||||
<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)"
|
||||||
DestinationPath="$(OrchestratedPackageVersionsProps)"
|
DestinationPath="$(OrchestratedPackageVersionsProps)"
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
<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(';'))" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<NugetConfigHeader>
|
<NugetConfigHeader>
|
||||||
|
@ -42,7 +41,7 @@
|
||||||
]]>
|
]]>
|
||||||
</NugetConfigSuffix>
|
</NugetConfigSuffix>
|
||||||
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<WriteLinesToFile File="$(GeneratedNuGetConfig)"
|
<WriteLinesToFile File="$(GeneratedNuGetConfig)"
|
||||||
Lines="$(NugetConfigHeader)"
|
Lines="$(NugetConfigHeader)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue