Skip to content

Releases: seanmiddleditch/gha-setup-vsdevenv

v4

24 Oct 17:26
adf16e5
Compare
Choose a tag to compare

Fixes:

  • Export Path environment variable with the same ordering generated by vsdevcmd (issue #10)

Thanks to @compnerd for the fix!

v3

05 Oct 02:10
8c6bbf8
Compare
Choose a tag to compare

Added several new options:

  • Updates to the latest github @core API and accompanying action environment changes

v2

16 Aug 00:50
450015b
Compare
Choose a tag to compare

Added several new options:

  • host_arch: overrides the default host architecture (usually x86 or x86_amd64, depending on target arch).
  • winsdk: selects a specific version of the Windows SDK (default depends on host environment).
  • toolset_version: selects a specific version of the toolset (default depends on host environment).

v1

22 Sep 19:00
363e683
Compare
Choose a tag to compare

Initial release.