Skip to content

Ensure vswhere does not include MSSQL#101

Open
Twenty (TwentyFourMinutes) wants to merge 1 commit into
JetBrains:masterfrom
TwentyFourMinutes:patch-1
Open

Ensure vswhere does not include MSSQL#101
Twenty (TwentyFourMinutes) wants to merge 1 commit into
JetBrains:masterfrom
TwentyFourMinutes:patch-1

Conversation

@TwentyFourMinutes
Copy link
Copy Markdown

@TwentyFourMinutes Twenty (TwentyFourMinutes) commented Jul 15, 2025

With the template I was not able to build/publish a plugin, as it had issue with locating msbuild. I currently have multiple tools installed through the Visual Studio Installer, this causes non VisualStudio applications to be returned through vswhere.

image

As per the help page of vswhere.exe

image

Removing the wild card flag causes only Visual Studio installation paths to be returned. Here is a before an after:

image image

So at least for me, the following change allowed my builds to succeed.

@danielbatchford
Copy link
Copy Markdown

Can vouch for this, I was also having issues with this template. Your fix allows my build to succeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants