This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 43
43
<ToolsDir Condition =" '$(ToolsDir)'==''" >$(PackagesDir)Microsoft.DotNet.BuildTools.$(BuildToolsVersion)/lib/</ToolsDir >
44
44
</PropertyGroup >
45
45
46
+ <!-- list of nuget package sources passed to nuget.exe -->
47
+ <ItemGroup >
48
+ <NuGetSourceList Include =" https://www.myget.org/F/dotnet-buildtools" />
49
+ </ItemGroup >
50
+
46
51
<!-- Common nuget properties -->
47
52
<PropertyGroup >
48
53
<NuGetToolPath Condition =" '$(NuGetToolPath)'==''" >$(PackagesDir)NuGet.exe</NuGetToolPath >
49
- <NuGetConfigFile Condition = " '$(NuGetConfigFile)'=='' " >$(SourceDir)NuGet.Config</ NuGetConfigFile >
50
- <NuGetConfigCommandLine >-ConfigFile "$(NuGetConfigFile)" </NuGetConfigCommandLine >
54
+ <NuGetPackageSource >@(NuGetSourceList -> '-source %(Identity)', ' ')</ NuGetPackageSource >
55
+ <NuGetConfigCommandLine >$(NuGetPackageSource) </NuGetConfigCommandLine >
51
56
52
57
<NugetRestoreCommand >"$(NuGetToolPath)"</NugetRestoreCommand >
53
58
<NugetRestoreCommand >$(NugetRestoreCommand) install</NugetRestoreCommand >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments