Added force.

This commit is contained in:
Robin 2016-08-15 21:14:31 +02:00
commit 634123df89

View file

@ -44,7 +44,7 @@ environment:
before_build: before_build:
- nuget restore - nuget restore
- ps: .\prebuild.ps1 - ps: .\prebuild.ps1
- ps: $psw = ConvertTo-SecureString $env:CertificatePassword -AsPlainText - ps: $psw = ConvertTo-SecureString $env:CertificatePassword -AsPlainText -Force
- ps: Import-PfxCertificate -FilePath Greenshot.pfx -CertStoreLocation cert:\CurrentUser\My -Password $psw - ps: Import-PfxCertificate -FilePath Greenshot.pfx -CertStoreLocation cert:\CurrentUser\My -Password $psw
build: build:
project: greenshot.sln project: greenshot.sln