Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Jan 24, 2025
1 parent 337fd44 commit 3e05a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "folder=$cmdOutput" >> "$Env:GITHUB_ENV"
echo "BUILD_CONFIGURATION=${{ github.workspace }}/out/build/${{ env.BUILD_PRESET }}" >> "$Env:GITHUB_ENV"
$push = "false"
if ("${{ github.event_name }}" -ieq "push" || "${{ github.event_name }}" -ieq "pull_request")
if ("${{ github.event_name }}" -ieq "push" -or "${{ github.event_name }}" -ieq "pull_request")
{
$push = "true"
}
Expand Down

0 comments on commit 3e05a0e

Please sign in to comment.