Skip to content

Commit

Permalink
Old raw string style in C#
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Sep 29, 2024
1 parent bcd7cc7 commit a40b675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ defaults:
# - https://github.com/actions/runner/blob/6d7446a45ebc638a842895d5742d6cf9afa3b66d/src/Runner.Worker/Handlers/ScriptHandlerHelpers.cs#L16-L17
# - https://github.com/actions/runner/blob/6d7446a45ebc638a842895d5742d6cf9afa3b66d/src/Runner.Worker/Handlers/ScriptHandlerHelpers.cs#L60-L65
shell: |
pwsh -Command """
pwsh -Command @"
$PSNativeCommandUseErrorActionPreference = $true;
$ErrorActionPreference = 'stop';
. '{0}';
if ((Test-Path -LiteralPath variable:\LASTEXITCODE)) { exit $LASTEXITCODE }
"""
"
jobs:
inspect_runner:
Expand Down

0 comments on commit a40b675

Please sign in to comment.