Skip to content

Commit

Permalink
Fixed appveyor build.
Browse files Browse the repository at this point in the history
  • Loading branch information
CatGirlsAreLife committed Oct 7, 2018
1 parent 7b8b5ac commit 161ccd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
9 changes: 0 additions & 9 deletions appveyor-deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,4 @@ if ($env:APPVEYOR_REPO_TAG -eq "false")
{
$env:APPVEYOR_REPO_TAG_NAME = $env:APPVEYOR_BUILD_VERSION
}
else
{
if ($env:APPVEYOR_REPO_TAG_NAME -split "" -contains "a")
{
# terminate build to avoid release looping
# which will anger the AppVeyor gods.
Exit-AppVeyorBuild
}
}
$env:APPVEYOR_CACHE_ENTRY_ZIP_ARGS = "-t7z -m0=lzma -mx=9"
14 changes: 2 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 1.0.0.0a{build}
version: 1.0.0.{build}
skip_tags: true
branches:
except:
- next
Expand Down Expand Up @@ -39,16 +40,5 @@ deploy:
artifact: myartifact
prerelease: false
force_update: true
on:
APPVEYOR_REPO_TAG: true
- provider: GitHub
release: $(APPVEYOR_REPO_TAG_NAME)
description: '$(APPVEYOR_REPO_COMMIT_MESSAGE) - $(APPVEYOR_REPO_BRANCH)'
auth_token:
secure: oHqKZpK6huL4v9LT6ifeFb/MA3vI1NRlN66jP+qbI7DiGhV0ZF3L7xmTeJR+OEFG
# repository: Elskom/Els_kom_builds
artifact: myartifact
prerelease: true
force_update: true
on:
APPVEYOR_REPO_TAG: false

0 comments on commit 161ccd5

Please sign in to comment.