Skip to content

Commit

Permalink
Don't require restore consent
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Apr 27, 2013
1 parent 7e7c3e3 commit 0e8c3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nuget/NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<BuildPackage Condition=" '$(BuildPackage)' == '' ">false</BuildPackage>

<!-- Determines if package restore consent is required to restore packages -->
<RequireRestoreConsent Condition=" '$(RequireRestoreConsent)' != 'false' ">true</RequireRestoreConsent>
<RequireRestoreConsent>false</RequireRestoreConsent>

<!-- Download NuGet.exe if it does not already exist -->
<DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">true</DownloadNuGetExe>
Expand Down

0 comments on commit 0e8c3f0

Please sign in to comment.