Skip to content

Commit

Permalink
testing appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberium committed Mar 16, 2016
1 parent 376c3d6 commit 7966fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7966fb7

Please sign in to comment.