Browse Source

AppVeyor switch from powershell to pwsh

pull/1941/head
Christoph Wille 6 years ago
parent
commit
1577b7553e
  1. 2
      appveyor.yml

2
appveyor.yml

@ -8,7 +8,7 @@ image: Visual Studio 2019 @@ -8,7 +8,7 @@ image: Visual Studio 2019
install:
- git submodule update --init --recursive
- ps: .\BuildTools\appveyor-install.ps1
- pwsh .\BuildTools\appveyor-install.ps1
nuget:
account_feed: false

Loading…
Cancel
Save