From a7fe0ed1209f318b10241231fed41b1b9d2f60b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Sun, 15 Jul 2018 14:12:16 +0200 Subject: [PATCH] Changed version patch utility download URL Changed build image version to reflect https://github.com/appveyor/ci/issues/2458 Pushing builds on tag only now --- appveyor.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bb00381..367489d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,10 @@ version: 1.15.{build}.0 -image: Previous Visual Studio 2017 +image: Visual Studio 2017 build_script: - ps: .\build.ps1 -configuration release after_build: - ps: | - Invoke-WebRequest "https://github.com/pavel-a/ddverpatch/files/1215010/verpatch-1.0.15.1-x86-codeplex.zip" -OutFile verpatch-1.0.15.1-x86-codeplex.zip + Invoke-WebRequest "https://downloads.vigem.org/other/pavel-a/ddverpatch/verpatch-1.0.15.1-x86-codeplex.zip" -OutFile verpatch-1.0.15.1-x86-codeplex.zip Expand-Archive verpatch-1.0.15.1-x86-codeplex.zip -DestinationPath . .\verpatch.exe .\artifacts\x64\ViGEmBus.sys "$env:APPVEYOR_BUILD_VERSION" .\verpatch.exe .\artifacts\x64\ViGEmBus.sys /pv "$env:APPVEYOR_BUILD_VERSION" @@ -16,4 +16,6 @@ artifacts: name: ViGEmBus_unsigned_x86_amd64 deploy: - provider: Environment - name: BUILDBOT \ No newline at end of file + name: BUILDBOT + on: + appveyor_repo_tag: true \ No newline at end of file