Skip to content

Commit

Permalink
Merge pull request #107 from paolosalvatori/appveyor-tweaks
Browse files Browse the repository at this point in the history
AppVeyor tweaks
  • Loading branch information
SeanFeldman committed May 3, 2017
2 parents 36c1390 + 15f4c8f commit 53ebed7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 1 addition & 4 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
mode: ContinuousDeployment
assembly-versioning-scheme: MajorMinorPatch
continuous-delivery-fallback-tag: ''
mode: ContinuousDeployment
branches:
master:
mode: ContinuousDeployment
tag: ''
increment: Patch
ignore:
sha: []
12 changes: 9 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
image: Visual Studio 2017

assembly_info:
patch: false

#---------------------------------#
# restore nuget packages #
#---------------------------------#
before_build:
- nuget restore
- cmd: echo %appveyor_build_version%
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- cmd: echo %appveyor_build_version%
- cmd: ECHO %GitVersion_MajorMinorPatch%

#---------------------------------#
# build configuration #
Expand All @@ -14,9 +22,6 @@ platform: Any CPU

# build Configuration, i.e. Debug, Release, etc.
configuration: Release

assembly_info:
patch: false

build:
parallel: true # enable MSBuild parallel builds
Expand Down Expand Up @@ -62,5 +67,6 @@ deploy:
description: ServiceBus Explorer build %APPVEYOR_BUILD_VERSION%.
draft: false
prerelease: false
tag: $(GitVersion_MajorMinorPatch)
on:
branch: master # release from master branch only

0 comments on commit 53ebed7

Please sign in to comment.