Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rapp committed Oct 23, 2015
2 parents 6a09f46 + 908e4c2 commit 5a57b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ branches:
only:
- noautobuilds
skip_tags: true
os: Visual Studio 2015
configuration: Release
init:
- ps: Update-AppveyorBuild -Version "1.$(Get-Date -format yyyy.M).$env:appveyor_build_number"
Expand All @@ -13,7 +14,7 @@ assembly_info:
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
build:
verbosity: minimal
verbosity: normal
after_build:
- 7z a FetchXMLBuilder_%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\FetchXMLBuilder\bin\%CONFIGURATION%\Cinteros.Xrm.*.dll
- appveyor PushArtifact FetchXMLBuilder_%APPVEYOR_BUILD_VERSION%.zip
Expand Down

0 comments on commit 5a57b22

Please sign in to comment.