Skip to content

Commit

Permalink
Fixing yml issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amd989 committed May 6, 2015
1 parent 986a876 commit 6bdd6bb
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 @@ -14,7 +14,7 @@ environment:
before_build:
- ps: $psw = ConvertTo-SecureString -String $env:pfx_password -AsPlainText -Force
- ps: $root = $env:APPVEYOR_BUILD_FOLDER
- ps: Import-PfxCertificate -FilePath '$root\Symlink Creator\key.pfx' -CertStoreLocation cert:\CurrentUser\My -Password $psw
- ps: Import-PfxCertificate -FilePath $root'\Symlink Creator\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%
after_build:
Expand Down

0 comments on commit 6bdd6bb

Please sign in to comment.