Skip to content

Commit

Permalink
trying to fix path to secure-file
Browse files Browse the repository at this point in the history
  • Loading branch information
csoltenborn committed Oct 20, 2017
1 parent 68e0f5c commit 1698f4c
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 @@ -10,7 +10,7 @@ install:
- ps: >-
if ($env:APPVEYOR_REPO_TAG -eq "true") {
nuget install secure-file -ExcludeVersion
secure-file\tools\secure-file -decrypt GoogleTestAdapter\Keys\Key_Release.snk.enc -secret $env:RELEASE_KEY_PASSWORD
NuGetPackages\secure-file\tools\secure-file -decrypt GoogleTestAdapter\Keys\Key_Release.snk.enc -secret $env:RELEASE_KEY_PASSWORD
} else {
# $blockRdp = $true
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
Expand Down

0 comments on commit 1698f4c

Please sign in to comment.