From 7966fb7feb709dbf9806a2afa03f58cb8d31423f Mon Sep 17 00:00:00 2001 From: Cyberium Date: Wed, 16 Mar 2016 10:25:54 +0100 Subject: [PATCH] testing appveyor --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8c82fb3..fa329a0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,13 +28,13 @@ configuration: init: - cmd: cmake --version - cmd: msbuild /version - - cmd: echo . + - cmd: echo. # This script will delete already existing tag with its release when it already exist. # This should be done to correctly update tag details and to avoid mixed release under same tag (if one fail). # The principle is to delete the tag and release whenever we found it and the commit hash is different than current. # Do not modify this script for security reason - ps: >- + - ps: >- function Delete-Github-Release($gitHubRepository, $releaseVersion, $commitHash, $token){ $baseReleaseUrl = "https://api.github.com/repos/$gitHubRepository/releases"; $ref_endpoint = "https://api.github.com/repos/$gitHubRepository/git/refs/tags"