-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio 2017 Update 3 / MSBuild 15.3 #3
Comments
thanks for the report well, the main question what the directory name was planned by our MS for this at all -_- because it extracted as {major}.{minor} version from installedVersion at this command
seems it probably can be like with .net framework and Does anyone may clarify information about this ? Are you sure about
I'm glad that it also helps for someone else ^_^ |
The version in the directory structure is the |
I see, thanks for the detailed information ! |
* FIXED: Updated GetNuTool v1.6.1: https://github.com/3F/GetNuTool/blob/master/changelog.txt Important fixes: * FIXED: Avoids errors with possible incorrect CRC & Compressed size info. * FIXED: Fixed problem "Input string was not in a correct format" when used version with release type. * FIXED: Fixed problems with paths and whitespace characters for `-unpack` command. * FIXED: Visual Studio 2017 Update 3 compatibility. Issue #3. * CHANGED: Non-zero exit code when compilation fails. Issue #4. * NOTE: Now you can get the latest stable versions easily: * https://3F.github.io/hMSBuild/releases/latest/minified/ * https://3F.github.io/hMSBuild/releases/latest/full/ * https://3F.github.io/hMSBuild/releases/latest/light/
Microsoft decided to put v15.3 of MSBuild.exe in
<VS2017 install dir>\MSBuild\15.0\Bin
, not<VS2017 install dir>\MSBuild\15.3\Bin
.This means that the
vsver
variable is set incorrectly after updating to Visual Studio 2017 Update 3.We've fixed it locally by changing line 323 of hMSBuild.bat (v1.2.1) from
set vsver=%%a.%%b
toset vsver=%%a.0
.Thanks for making your script available to the public, by the way :)
The text was updated successfully, but these errors were encountered: