Skip to content

Commit b4e256f

Browse files
committed
Updated to reflect v.0.1.5 release notes
1 parent c765c0d commit b4e256f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ To install MSBuild.NugetContentRestore, run the following command in the Package
2424
More information about MSBuild.NugetContentRestore NuGet Package available at https://www.nuget.org/packages/MSBuild.NugetContentRestore/
2525

2626
##Usage
27-
After installing MSBuild.NugetContentRestore using NuGet, your Visual Studio Project (.csproj, .vbproj) will have a reference to MSBuild.NugetContentRestore Task. The only remaining step is to use it. Here is an example of how (and when) I use it. Edit your project file so it looks something like this:
28-
29-
<Target Name="BeforeBuild">
30-
<NugetContentRestoreTask SolutionDir="$(SolutionDir)" ProjectDir="$(ProjectDir)" />
31-
</Target>
27+
After installing MSBuild.NugetContentRestore using NuGet, your Visual Studio Project (.csproj, .vbproj) will have a reference to MSBuild.NugetContentRestore Task. Starting on version 0.1.4, I added an install.ps1 and uninstall.ps1 to take care of adding NugetContentRestoreTask to a BeforeBuild Target.
3228

3329
All NuGet Packages Content Folders will be copied to your project folder right before is built.
3430

0 commit comments

Comments
 (0)