Skip to content

Commit

Permalink
Don't build on new tags as I do not like infinite loops
Browse files Browse the repository at this point in the history
  • Loading branch information
spewu committed Jan 4, 2017
1 parent b89c4de commit 2640df8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ pull_requests:
before_build:
- dotnet restore

skip_tags: true

after_build:
- dotnet publish Aem -c Release --output %APPVEYOR_BUILD_FOLDER%\published
- 7z a Aem-v%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\published\*
Expand Down

0 comments on commit 2640df8

Please sign in to comment.