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 20045dd commit 7ba0359Copy full SHA for 7ba0359
src/.nuget/NuGet.targets
@@ -13,7 +13,7 @@
13
<RequireRestoreConsent Condition=" '$(RequireRestoreConsent)' != 'false' ">true</RequireRestoreConsent>
14
15
<!-- Download NuGet.exe if it does not already exist -->
16
- <DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">false</DownloadNuGetExe>
+ <DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">true</DownloadNuGetExe>
17
</PropertyGroup>
18
19
<ItemGroup Condition=" '$(PackageSources)' == '' ">
0 commit comments