We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to add a project to my solution.
A project is added to the desired layer
The action failes because it can't find MSBuild (Get-MsBuildPath.ps1). It seem that it searches for a specific version i.e 14.0 Suggestion: Use the same script/bat file that is used in WebSolutionBuildScripts https://github.com/PentiaLabs/WebSolutionBuildScripts/blob/master/Pentia.Get-MSBuild/Pentia.Get-MSBuild.psm1
Add a project to a helix solution on a new machine which only have the latest version MSBuild (v 15.0)
The text was updated successfully, but these errors were encountered:
Discussion moved to #109
Sorry, something went wrong.
No branches or pull requests
User story
I want to add a project to my solution.
Expected behavior
A project is added to the desired layer
Actual behavior
The action failes because it can't find MSBuild (Get-MsBuildPath.ps1).
It seem that it searches for a specific version i.e 14.0
Suggestion: Use the same script/bat file that is used in WebSolutionBuildScripts https://github.com/PentiaLabs/WebSolutionBuildScripts/blob/master/Pentia.Get-MSBuild/Pentia.Get-MSBuild.psm1
Steps to reproduce the behavior
Add a project to a helix solution on a new machine which only have the latest version MSBuild (v 15.0)
The text was updated successfully, but these errors were encountered: