Skip to content

Instantly share code, notes, and snippets.

@Dragod
Created August 20, 2019 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dragod/db64f28c3e819353ca19a58dc11e412e to your computer and use it in GitHub Desktop.
Save Dragod/db64f28c3e819353ca19a58dc11e412e to your computer and use it in GitHub Desktop.
Run vsbuild trough npm using msbuild package
var _msbuild = require('msbuild');
var msbuild = new _msbuild();
msbuild.sourcePath = 'c:/gitrepos/sd-unity-4-0/htmlUnity.sln';
msbuild.config('version','16.0')
msbuild.build();
@Dragod
Copy link
Author

Dragod commented Aug 20, 2019

Install msbuild package then on the console run: node npmvsbuild.js and the build will run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment