Skip to content
This repository has been archived by the owner on Jan 26, 2020. It is now read-only.

Commit

Permalink
Release version 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainPRICE committed Jul 21, 2018
1 parent 2224554 commit d2e952a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 1.0.{build}
skip_non_tags: true
image: Visual Studio 2017
configuration: Release
platform: Any CPU
clone_folder: c:\projects\fake-implementation
assembly_info:
patch: true
Expand All @@ -8,7 +11,14 @@ assembly_info:
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
build:
verbosity: quiet
project: Fake Implementation.sln
verbosity: minimal
after_build:
- cmd: >-
7z a -tzip -r -y "C:\projects\fake-implementation\FakeImplementation.zip" "c:\projects\fake-implementation\FakeImplementation\bin\Release\*.exe" "c:\projects\fake-implementation\FakeImplementation\bin\Release\*.dll"
7z a -tzip -r -y "C:\projects\fake-implementation\FakeImplementation.Cecil.zip" "c:\projects\fake-implementation\FakeImplementation.Cecil\bin\Release\*.exe" "c:\projects\fake-implementation\FakeImplementation.Cecil\bin\Release\*.dll"
appveyor PushArtifact "FakeImplementation.zip"
appveyor PushArtifact "FakeImplementation.Cecil.zip"
test: off
deploy:
- provider: GitHub
Expand Down

0 comments on commit d2e952a

Please sign in to comment.