mirror of https://github.com/flysand7/ciabatta.git
Update build.yml to use powershell
This commit is contained in:
parent
7d769085a2
commit
2a734fe46f
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue