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
When I use system Explorer to run this powershell file with Run with Powershell Context Menu Item, it works well.
But when I use Files to run powershell file with Run with Powershell Context Menu Item, I encounter this issue.
These are the contents of my ps1 file and I just want to run one dotnet run task.
dotnet run --project build/Build.csproj exit $LASTEXITCODE;
Related file tree is like that:
3.9.1.0
10.0.26100.3194
a2edf6d2-76d7-4004-bceb-5cd7ffa27d13
debug.log
The text was updated successfully, but these errors were encountered:
Thanks for the report, can you screenshot the full PowerShell window
Sorry, something went wrong.
Are you using the action on the toolbar, or the shell extension in the context menu?
No branches or pull requests
Description
When I use system Explorer to run this powershell file with Run with Powershell Context Menu Item, it works well.
But when I use Files to run powershell file with Run with Powershell Context Menu Item, I encounter this issue.
These are the contents of my ps1 file and I just want to run one dotnet run task.
Related file tree is like that:
Steps To Reproduce
Files Version
3.9.1.0
Windows Version
10.0.26100.3194
User ID
a2edf6d2-76d7-4004-bceb-5cd7ffa27d13
Log File
debug.log
The text was updated successfully, but these errors were encountered: