mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Fixed variable name
This commit is contained in:
parent
00532fb052
commit
341e5fd418
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue