From f8368bbc909245759baaa32b1ab12d3b45652361 Mon Sep 17 00:00:00 2001 From: Job Evers-Meltzer Date: Mon, 19 Sep 2016 13:30:36 -0700 Subject: [PATCH] now I'm just guessing --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e806a3355..e7d23b2ac 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,12 +16,12 @@ notifications: clone_folder: c:\projects\lbry init: -- ps: "$(APPVEYOR_BUILD_FOLDER)\packaging\windows\init.ps1" +- ps: $(APPVEYOR_BUILD_FOLDER)\packaging\windows\init.ps1 install: - nuget install secure-file -ExcludeVersion - secure-file\tools\secure-file -decrypt packaging\windows\certs\lbry2.pfx.enc -secret %pfx_key% -- ps: "$(APPVEYOR_BUILD_FOLDER)\packaging\windows\install.ps1" +- ps: $(APPVEYOR_BUILD_FOLDER)\packaging\windows\install.ps1 build_script: @@ -30,7 +30,7 @@ build_script: test_script: -- ps: "$(APPVEYOR_BUILD_FOLDER)\packaging\windows\test.ps1" +- ps: $(APPVEYOR_BUILD_FOLDER)\packaging\windows\test.ps1 artifacts: