We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed5fd9 commit 4736bc5Copy full SHA for 4736bc5
appveyor.yml
@@ -22,7 +22,12 @@ before_build:
22
23
#$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
24
build_script:
25
-- ps: .\build.ps1
+- ps: >-
26
+ Write-Host "VisualStudioVersion = $env:VisualStudioVersion"
27
+
28
+ $env:VisualStudioVersion = '15.0'
29
30
+ .\build.ps1
31
artifacts:
32
- path: bin\**\*.nupkg
33
- path: bin\js\*.tgz
0 commit comments