Skip to content

Commit

Permalink
Fixing build message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Metzgar committed Jul 3, 2015
1 parent 789ff2e commit 8c3fc8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<Target Name="_NugetPackageRestore" DependsOnTargets="_DownloadAndRunNugetPackageRestore" />

<Target Name="_DownloadAndRunNugetPackageRestore">
<Message Importance="High" Text="Restoring nuget packages... $(SolutionDir)" />
<Message Importance="High" Text="Restoring nuget packages..." />

<!-- Download latest nuget.exe -->
<DownloadFile FileName="$(NuGetToolPath)"
Expand Down

0 comments on commit 8c3fc8c

Please sign in to comment.