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
defaults: run: shell: | pwsh -command "$PSNativeCommandUseErrorActionPreference = $true; $ErrorActionPreference = 'stop'; . '{0}'"
という問題が昔からあったんだけれど、これを解決できる PSNativeCommandUseErrorActionPreference とやらが後方互換性のためにデフォルトOffで出荷された&GitHub Actionでも影響でかすぎるだろうとOffのままなので、無理やり有効化してやればいい。尚若干元のpwshのコマンドラインとは異なるんだけれど、このあたりチューニングしようとすると多分 pwsh 以外の pwsh-err みたいなプリセットを runner 側に用意してくれないと難しい気はしている
というのをこないだ調べて github docs にPRとかだしたほうが良いんだろうなと思いつつサボってたら経緯どんどん忘れて来たのでここに書きなぐっておく
PSNativeCommandUseErrorActionPreference
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TL; DR
ごちゃごちゃ
という問題が昔からあったんだけれど、これを解決できる PSNativeCommandUseErrorActionPreference とやらが後方互換性のためにデフォルトOffで出荷された&GitHub Actionでも影響でかすぎるだろうとOffのままなので、無理やり有効化してやればいい。尚若干元のpwshのコマンドラインとは異なるんだけれど、このあたりチューニングしようとすると多分 pwsh 以外の pwsh-err みたいなプリセットを runner 側に用意してくれないと難しい気はしている
というのをこないだ調べて github docs にPRとかだしたほうが良いんだろうなと思いつつサボってたら経緯どんどん忘れて来たのでここに書きなぐっておく
Links
PSNativeCommandUseErrorActionPreference
actions/runner-images#8900The text was updated successfully, but these errors were encountered: