Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorbradwilson <dotnetguy@gmail.com>2012-03-27 07:55:17 +0400
committerbradwilson <dotnetguy@gmail.com>2012-03-27 07:55:17 +0400
commit94926db8e221266fe0d25870a5d3fcc291155871 (patch)
tree6ee04c7e833ef9f406888983a90c5b010ed7de2a /tools
parentcaf46a6ae0a6caa65a758bfb74754d36dd7d16d7 (diff)
Path fixup
Diffstat (limited to 'tools')
-rw-r--r--tools/WebStack.NuGet.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/WebStack.NuGet.targets b/tools/WebStack.NuGet.targets
index f5c66353..1577a214 100644
--- a/tools/WebStack.NuGet.targets
+++ b/tools/WebStack.NuGet.targets
@@ -52,7 +52,7 @@
<Exec
Command='"$(NuGetExePath)" install Microsoft.Web.FxCop -source $(PackageSources) -o "$(PackagesDir)" -ExcludeVersion > NUL'
LogStandardErrorAsError="true"
- Condition=" !Exists('packages\Microsoft.Web.FxCop') " />
+ Condition=" !Exists('$(PackagesDir)\Microsoft.Web.FxCop') " />
</Target>
<Target Name="BuildPackage" DependsOnTargets="CheckPrerequisites">