File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ but installing this software will facilitate an enhanced developer experience in
19191 . [ Node.js Tools for Visual Studio] [ NodeJsTools ]
20202 . [ NuProj for VS2015] [ NuProj ]
2121
22- All other dependencies are acquired via NuGet.
22+ All other dependencies are acquired via NuGet or NPM .
2323
2424## Building
2525
@@ -35,6 +35,11 @@ either from Visual Studio 2015 or the command line:
3535
3636 .\build.ps1
3737
38+ This repo is structured such that it builds the NuGet package first, using MSBuild.
39+ It then builds an NPM package that includes some of the outputs of MSBuild, along with
40+ some javascript, for our NPM consumers who want a reasonable versioning story for their
41+ NPM packages too.
42+
3843### Important notice when developing with Visual Studio
3944
4045The NuGet package restore functionality in Visual Studio does not work for this project, which relies
You can’t perform that action at this time.
0 commit comments