Skip to content

Commit 9b1aed5

Browse files
committed
Remove explicit env var definition
We don't need it any more since we removed it from the web UI settings of appveyor.
1 parent cb6b0fb commit 9b1aed5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ before_build:
2121
#$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2222
build_script:
2323
- ps: >-
24-
Write-Host "VisualStudioVersion = $env:VisualStudioVersion"
25-
26-
$env:VisualStudioVersion = '15.0'
27-
2824
.\build.ps1
2925
artifacts:
3026
- path: bin\**\*.nupkg

0 commit comments

Comments
 (0)