Releases: ilammy/msvc-dev-cmd
Releases · ilammy/msvc-dev-cmd
msvc-dev-cmd v1.5.0
- Check default
vswhere
location when it's not available in PATH (#19, #20) - Add
VCINSTALLDIR
to list of exported variables, fixing windeployqt (#23) - Cleaned up unnecessary async calls and improved logging (#21)
Thanks @NicoG60, @scamille, @aminya for making this release happen! 💪
Also, thank you Microsoft for making a modal button to accept your new terms and agreements for publishing actions, which completely destroys input in this text box where you write release description, so I had to type it all again...
msvc-dev-cmd v1.4.1
msvc-dev-cmd v1.4.0
msvc-dev-cmd v1.3.0
- The code is now a bit more efficient (and simple) as it avoids an intermediate batch script.
Thanks to @oprypin! - Experimental support for VS 2015, hopefully it should work.
Thanks to @Extravert-ir and @Saibamen for contribution!
msvc-dev-cmd v1.2.0
msvc-dev-cmd v1.1.0
- Added
VisualStudioVersion
variable to exported list. It is used by the colcon tool.
Thanks to @theseankelly for finding this out and fixing the issue #2. - Miscellaneous dependency updates.
msvc-dev-cmd v1.0.1
Patch release. Refreshed dependency versions.
msvc-dev-cmd v1.0.0
Initial release.
Now you are able to configure Microsoft Visual C++ for command line usage with one line:
- uses: ilammy/msvc-dev-cmd@v1
This will set it up for compiling native 64-bit executables.
There are other options available, mirroring vcvarsall.bat, but they were not really tested in this release. Though, they should still work! 😉