We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d188c7 commit cabb90dCopy full SHA for cabb90d
repos/corefx.proj
@@ -55,6 +55,7 @@
55
56
<CleanCommand>$(ProjectDirectory)/clean$(ShellExtension)</CleanCommand>
57
58
+ <NuGetConfigFile>$(ProjectDirectory)/NuGet.config</NuGetConfigFile>
59
<EnvironmentRestoreSources>$(SourceBuiltPackagesPath)</EnvironmentRestoreSources>
60
<EnvironmentRestoreSources Condition="'$(OfflineBuild)' == 'true'">$(EnvironmentRestoreSources)%3B$(ReferencePackagesDir)%3B$(PrebuiltPackagesPath)</EnvironmentRestoreSources>
61
<EnvironmentRestoreSources Condition="'$(OfflineBuild)' != 'true'">$(EnvironmentRestoreSources)%3Bhttps://api.nuget.org/v3/index.json</EnvironmentRestoreSources>
0 commit comments