summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-06-02 07:24:29 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-06-02 07:24:29 -0700
commit6a2f24b684bad0baff0eec2b893ffae2c3a56fda (patch)
treeb48e5e325335fb5d7e152e5edd4489d330e6f63c /src
parentacdf7421c0e51a2c7cb50ae3278769e4c295783d (diff)
downloadDotNetOpenAuth-6a2f24b684bad0baff0eec2b893ffae2c3a56fda.zip
DotNetOpenAuth-6a2f24b684bad0baff0eec2b893ffae2c3a56fda.tar.gz
DotNetOpenAuth-6a2f24b684bad0baff0eec2b893ffae2c3a56fda.tar.bz2
Automates package restore on buildv4.3.1.13153
This should fix the recent build breaks on TeamCity.
Diffstat (limited to 'src')
-rw-r--r--src/.nuget/NuGet.targets4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/.nuget/NuGet.targets b/src/.nuget/NuGet.targets
index d3befda..db3fdce 100644
--- a/src/.nuget/NuGet.targets
+++ b/src/.nuget/NuGet.targets
@@ -4,13 +4,13 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">$(MSBuildProjectDirectory)\..\</SolutionDir>
<!-- Enable the restore command to run before builds -->
- <RestorePackages Condition=" '$(RestorePackages)' == '' ">false</RestorePackages>
+ <RestorePackages Condition=" '$(RestorePackages)' == '' ">true</RestorePackages>
<!-- Property that enables building a package from a project -->
<BuildPackage Condition=" '$(BuildPackage)' == '' ">false</BuildPackage>
<!-- Determines if package restore consent is required to restore packages -->
- <RequireRestoreConsent Condition=" '$(RequireRestoreConsent)' != 'false' ">true</RequireRestoreConsent>
+ <RequireRestoreConsent Condition=" '$(RequireRestoreConsent)' != 'true' ">false</RequireRestoreConsent>
<!-- Download NuGet.exe if it does not already exist -->
<DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">false</DownloadNuGetExe>