mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Added force.
This commit is contained in:
parent
ae05c71399
commit
634123df89
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ environment:
|
|||
before_build:
|
||||
- nuget restore
|
||||
- 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
|
||||
build:
|
||||
project: greenshot.sln
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue