commit
f4a0d2db0e
2 changed files with 9 additions and 11 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)"
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
<Project ToolsVersion="15.0">
|
||||
<Target Name="WriteNugetConfigFile"
|
||||
Condition=" !Exists('$(GeneratedNuGetConfig)') ">
|
||||
<Target Name="WriteNugetConfigFile">
|
||||
|
||||
<ItemGroup>
|
||||
<NugetConfigPrivateFeeds Include="$(ExternalRestoreSources.Split(';'))" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<NugetConfigPrivateFeeds Include="$(ExternalRestoreSources.Split(';'))" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<NugetConfigHeader>
|
||||
|
@ -42,7 +41,7 @@
|
|||
]]>
|
||||
</NugetConfigSuffix>
|
||||
|
||||
</PropertyGroup>
|
||||
</PropertyGroup>
|
||||
|
||||
<WriteLinesToFile File="$(GeneratedNuGetConfig)"
|
||||
Lines="$(NugetConfigHeader)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue