Skip to content

Tags: microsoft/vswhere

Tags

3.1.7

Toggle 3.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Vulcan debug arguments to release builds (#293)

Co-authored-by: Heath Stewart <heaths@microsoft.com>

3.1.4

Toggle 3.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare vswhere and vswhere.lib to be vulcan ready (#289)

3.1.1

Toggle 3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version.json to release from main (#281)

3.0.3

Toggle 3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clarify -all documentation (#268)

Supersedes #265. Also fixes incompatible build flags for debug.

3.0.2

Toggle 3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Initialize console after parsing arguments (#263)

Fixes #262

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release new version of vswhere (#259)

* Update docker image (#240)

* Update microbuild pool to VS2019

* Use correct pool name

* Update docker images

* Colorize vswhere output (#244)

* Refactor formatters to consolidate arguments

* Colorize output by default unless piped

* Opt into color and add tests

Fails in PowerShell if you do something like `[xml](vswhere -format xml)` if color is enabled, so had to add -color switch. Not ideal since it otherwise disables color when piped, but still easier to read if colorized explicitly.

* Enable colors by default, add -nocolor switch

* Resolve PR feedback

* Ensure console is initialized

Could simply call Initialize wherever it needs to be called, but would rather be explicit.

* Update AzDO build to use new 1ES pool

* Add compliance build

* Update targeting to Windows 7

* Enable ControlFlowGuard

* Fix Prefast errors in source

* Fix test prefast issues

* Update to latest cached docker image

* Suppress individual prefast warnings for fallthrough cases

* FIxup comments for variants

* Upgrade agent to Server 2019 with VS2019 (#260)

Co-authored-by: Laurel Williams <20650063+lwillia@users.noreply.github.com>
Co-authored-by: Davi Paulino <dalimapa@microsoft.com>
Co-authored-by: Davi Paulino <davilimap@gmail.com>
Co-authored-by: Tyler Dunkel <40210514+tydunkel@users.noreply.github.com>

2.9.3-21bcdb639c

Toggle 2.9.3-21bcdb639c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #245 from tydunkel/dev/tydunkel/build/1es

Update AzDO build to use new 1ES pool

2.9.1-4df5b7a8ce

Toggle 2.9.1-4df5b7a8ce's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Colorize vswhere output (#244)

* Refactor formatters to consolidate arguments

* Colorize output by default unless piped

* Opt into color and add tests

Fails in PowerShell if you do something like `[xml](vswhere -format xml)` if color is enabled, so had to add -color switch. Not ideal since it otherwise disables color when piped, but still easier to read if colorized explicitly.

* Enable colors by default, add -nocolor switch

* Resolve PR feedback

* Ensure console is initialized

Could simply call Initialize wherever it needs to be called, but would rather be explicit.

2.8.4

Toggle 2.8.4's commit message
Update MicroBuildSigningPlugin

2.8.3-ded0fdd044

Toggle 2.8.3-ded0fdd044's commit message
Set semver build number

Like I did for vssetup.powershell a while back for properly-formatted semvers.