Created
August 20, 2019 11:16
-
-
Save Dragod/db64f28c3e819353ca19a58dc11e412e to your computer and use it in GitHub Desktop.
Run vsbuild trough npm using msbuild package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install msbuild package then on the console run: node npmvsbuild.js and the build will run