Skip to content

Commit 4736bc5

Browse files
committed
Forcibly set environment variable
1 parent 2ed5fd9 commit 4736bc5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

appveyor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ before_build:
2222
2323
#$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2424
build_script:
25-
- ps: .\build.ps1
25+
- ps: >-
26+
Write-Host "VisualStudioVersion = $env:VisualStudioVersion"
27+
28+
$env:VisualStudioVersion = '15.0'
29+
30+
.\build.ps1
2631
artifacts:
2732
- path: bin\**\*.nupkg
2833
- path: bin\js\*.tgz

0 commit comments

Comments
 (0)