remove -Release in windows artifact

This commit is contained in:
Frank Morgner 2018-08-31 14:34:33 +02:00
parent e238f4d6fb
commit ddec3a437c
1 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ platform:
- x64
configuration:
- Release
- Light-Release
-
- -Light
environment:
GH_TOKEN:
@ -30,11 +30,11 @@ install:
If ($env:Platform -Match "x86") {
$env:VCVARS_PLATFORM="x86"
$env:OPENSSL_PF="Win32"
$env:ARTIFACT="OpenSC-win32_${env:PACKAGE_NAME}-${env:CONFIGURATION}"
$env:ARTIFACT="OpenSC-win32_${env:PACKAGE_NAME}${env:CONFIGURATION}"
} Else {
$env:VCVARS_PLATFORM="amd64"
$env:OPENSSL_PF="Win64"
$env:ARTIFACT="OpenSC-win64_${env:PACKAGE_NAME}-${env:CONFIGURATION}"
$env:ARTIFACT="OpenSC-win64_${env:PACKAGE_NAME}${env:CONFIGURATION}"
}
- ps: >-
If (!($env:Configuration -Like "*Light*")) {