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
vscode equiv here: PowerShell/vscode-powershell#1127
PowerShell Core has this concept of a build.psm1 file that contains a bunch of functions for building and testing PSCore: https://github.com/PowerShell/PowerShell/blob/master/build.psm1
We should align with those processes so that it's consistent across PowerShell repos.
We can still continue to use InvokeBuild, but we can wrap the Invoke-Build * with the same entrypoints that PSCore has.
The text was updated successfully, but these errors were encountered:
All of the discussion has been in the VSCode issue.
Sorry, something went wrong.
TylerLeonhardt
No branches or pull requests
vscode equiv here: PowerShell/vscode-powershell#1127
PowerShell Core has this concept of a build.psm1 file that contains a bunch of functions for building and testing PSCore: https://github.com/PowerShell/PowerShell/blob/master/build.psm1
We should align with those processes so that it's consistent across PowerShell repos.
We can still continue to use InvokeBuild, but we can wrap the Invoke-Build * with the same entrypoints that PSCore has.
The text was updated successfully, but these errors were encountered: