Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewenable committed Aug 10, 2017
1 parent 781ad8f commit fa22552
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
version: 4.0.{build}
image: Visual Studio 2015
configuration: Release

assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}.0'
assembly_file_version: '{version}.0'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'

before_build:
- cmd: nuget restore -verbosity quiet

build:
publish_nuget: true
parallel: true
verbosity: minimal

test:
assemblies: '**\*.Test.dll'
assemblies:
only:
- '**\*.Test.dll'
deploy: off

0 comments on commit fa22552

Please sign in to comment.