Skip to content

Commit

Permalink
platform toolset v141
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Apr 13, 2019
1 parent 52f67fe commit c2dcc92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image: Visual Studio 2017

environment:
matrix:
- PlatformToolset: v150
- PlatformToolset: v141

platform:
- x64
Expand Down Expand Up @@ -42,7 +42,7 @@ after_build:
Push-AppveyorArtifact "obj\$env:CONFIGURATION\WakaTime.dll" -FileName WakaTime.dll
}
if ($($env:APPVEYOR_REPO_TAG) -eq "true" -and $env:CONFIGURATION -eq "Release" -and $env:PLATFORMTOOLSET -eq "v150") {
if ($($env:APPVEYOR_REPO_TAG) -eq "true" -and $env:CONFIGURATION -eq "Release" -and $env:PLATFORMTOOLSET -eq "v141") {
if($env:PLATFORM -eq "x64"){
$ZipFileName = "notepadpp-wakatime_$($env:APPVEYOR_REPO_TAG_NAME)_x64.zip"
Remove-Item obj\x64\$env:CONFIGURATION\*.exp
Expand Down Expand Up @@ -71,5 +71,5 @@ deploy:
force_update: true
on:
appveyor_repo_tag: true
PlatformToolset: v150
PlatformToolset: v141
configuration: Release

0 comments on commit c2dcc92

Please sign in to comment.