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

Commit d2e952a

Browse files
committed
Release version 1.0.1.
1 parent 2224554 commit d2e952a

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: 1.0.{build}
2+
skip_non_tags: true
23
image: Visual Studio 2017
4+
configuration: Release
5+
platform: Any CPU
36
clone_folder: c:\projects\fake-implementation
47
assembly_info:
58
patch: true
@@ -8,7 +11,14 @@ assembly_info:
811
assembly_file_version: '{version}'
912
assembly_informational_version: '{version}'
1013
build:
11-
verbosity: quiet
14+
project: Fake Implementation.sln
15+
verbosity: minimal
16+
after_build:
17+
- cmd: >-
18+
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"
19+
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"
20+
appveyor PushArtifact "FakeImplementation.zip"
21+
appveyor PushArtifact "FakeImplementation.Cecil.zip"
1222
test: off
1323
deploy:
1424
- provider: GitHub

0 commit comments

Comments
 (0)