And another update to the nuget path to hopefully get it correct for TeamCity

This commit is contained in:
Sebastiaan Janssen
2012-10-31 14:55:06 -01:00
parent 235527a5a6
commit e781bac935

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">"$(MSBuildProjectDirectory)"\..\</SolutionDir>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">"$(MSBuildProjectDirectory)\..\"</SolutionDir>
<!-- Enable the restore command to run before builds -->
<RestorePackages Condition=" '$(RestorePackages)' == '' ">false</RestorePackages>