Skip to content

Commit

Permalink
Adding -String switch
Browse files Browse the repository at this point in the history
  • Loading branch information
amd989 committed May 6, 2015
1 parent 2d42e0b commit 7b1387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
pfx_password:
secure: mE14bVstcTzbnTIXdgPeDA==
before_build:
- ps: $psw = ConvertTo-SecureString $env:pfx_password -AsPlainText -Force
- ps: $psw = ConvertTo-SecureString -String $env:pfx_password -AsPlainText -Force
- ps: Import-PfxCertificate -FilePath .\Symlinker\key.pfx -CertStoreLocation cert:\CurrentUser\My -Password $psw
build_script:
- msbuild /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /t:Publish /p:ApplicationVersion={%APPVEYOR_BUILD_VERSION%}
Expand Down

0 comments on commit 7b1387e

Please sign in to comment.