Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Build.cmd isn't working #15

Open
squideyes opened this issue Feb 1, 2017 · 1 comment
Open

Build.cmd isn't working #15

squideyes opened this issue Feb 1, 2017 · 1 comment

Comments

@squideyes
Copy link

Hi! At the top of the Build.cmd you include a call to:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsMSBuildCmd.bat

Unfortunately, I don't have that file. I'm guessing this has something to do with the VS2017 RC.3 that I'm using. I'll try to do a side-by-side 2015 install but you might want to update the code to work with the RC.

In either case, thanks for sharing your great work. Its much appreciated...

@willjr20
Copy link

willjr20 commented May 5, 2017

Hi,
I has the issue above, I update the build.cmd to Visual Studio 2017 by point to the Visual Studio 2017 version of the VsMSBuildCmd.bat. Ended up looking like below;

CALL "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsMSBuildCmd.bat"

After this change was able to deploy the three (3) applications flawlessly.

Thanks,

William

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants