Skip to content

Commit a4ec080

Browse files
committed
Added Usage Instructions
1 parent ac03b16 commit a4ec080

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ To install MSBuild.NugetContentRestore, run the following command in the Package
1111
More information about MSBuild.NugetContentRestore NuGet Package available at https://www.nuget.org/packages/MSBuild.NugetContentRestore/
1212

1313
##Usage
14+
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:
15+
16+
<Target Name="BeforeBuild">
17+
<NugetContentRestoreTask SolutionDir="$(SolutionDir)" ProjectDir="$(ProjectDir)" />
18+
</Target>
19+
20+
All NuGet Packages Content Folders will be copied to your project folder right before you is built.
1421

1522
##License
1623
The MIT License (MIT)

0 commit comments

Comments
 (0)