Update build.yml to use powershell

This commit is contained in:
flysand7 2023-06-25 04:14:29 +11:00 committed by GitHub
parent 7d769085a2
commit 2a734fe46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
shell: pwsh
run: ./build.cmd ${{matrix.BUILD_CONFIGURATION}} ${{matrix.OS}}
run: ./build.ps1 ${{matrix.BUILD_CONFIGURATION}} ${{matrix.OS}}