Skip to content

Commit

Permalink
Set APPVEYOR_REPO_TAG = true
Browse files Browse the repository at this point in the history
  • Loading branch information
jthelin committed Nov 3, 2017
1 parent 9cce122 commit aa6ffd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2017
configuration: Release
init:
- cmd: git config --global core.autocrlf input
environment:
APPVEYOR_REPO_TAG: true
cache: C:\projects\serverhost\packages\
nuget:
account_feed: true
project_feed: true
disable_publish_on_pr: true
init:
- git config --global core.autocrlf input
build_script:
- cmd: Build.cmd
artifacts:
Expand Down

0 comments on commit aa6ffd8

Please sign in to comment.