Fixed variable name

This commit is contained in:
Robin 2016-08-15 21:09:42 +02:00
commit 341e5fd418

View file

@ -45,7 +45,7 @@ before_build:
- nuget restore
- ps: .\prebuild.ps1
- ps: [System.Convert]::FromBase64String($env:CertificatePassword) | set-content "greenshot.pfx" -encoding byte
- ps: $psw = ConvertTo-SecureString $env:my_secure_var -AsPlainText
- ps: $psw = ConvertTo-SecureString $env:CertificatePassword -AsPlainText
- ps: Import-PfxCertificate -FilePath Greenshot.pfx -CertStoreLocation cert:\CurrentUser\My -Password $psw
build:
project: greenshot.sln