Skip to content

Commit

Permalink
Remove PlatformToolset: v141_xp
Browse files Browse the repository at this point in the history
  • Loading branch information
heldersepu authored Oct 16, 2018
1 parent 3578420 commit 6f92721
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ image: Visual Studio 2017
environment:
matrix:
- PlatformToolset: v140_xp
- PlatformToolset: v141_xp

platform:
- x64
Expand Down Expand Up @@ -38,10 +37,10 @@ after_build:
if ($env:CONFIGURATION -eq "Release") {
Push-AppveyorArtifact "bin$($env:PLATFORM_INPUT)\NppFavorites.dll" -FileName NppFavorites.dll
$ZipFileName = "NppFavorites_$($env:APPVEYOR_REPO_TAG_NAME)_$($env:PLATFORM_INPUTTOOLSET)_$($env:APPVEYOR_REPO_TAG)_$($env:PLATFORM_INPUT).zip"
if ($env:APPVEYOR_REPO_TAG -eq "true") {
$ZipFileName = "NppFavorites_$($env:APPVEYOR_REPO_TAG_NAME)_$($env:PLATFORM_INPUT).zip"
7z a $ZipFileName ".\bin$($env:PLATFORM_INPUT)\NppFavorites.dll"
}
}
artifacts:
Expand Down

0 comments on commit 6f92721

Please sign in to comment.