Skip to content

Commit 082ae7e

Browse files
committed
Update appveyor.yml
1 parent 50e64e3 commit 082ae7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ environment:
55
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
66
build_script:
77
- pwsh: |
8+
choco install pandoc
89
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
910
./dotnet-install.ps1 -JSonFile src/global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
1011
- dotnet build src --configuration Release

0 commit comments

Comments
 (0)