Skip to content

Commit 23a7eb2

Browse files
committed
Update appveyor.yml
1 parent 0fd080a commit 23a7eb2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

appveyor.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ pull_requests:
44
do_not_increment_build_number: true
55
build:
66
verbosity: minimal
7+
assembly_info:
8+
patch: true
9+
file: '**\AssemblyInfo.*'
10+
assembly_version: '{version}'
11+
assembly_file_version: '{version}'
12+
assembly_informational_version: '{version}'
713
artifacts:
814
- path: ProbabilisticDataStructures\bin\Release
9-
name: ProbabilisticDataStructures-v$(appveyor_build_version)
15+
name: ProbabilisticDataStructures-v$(appveyor_build_version)

0 commit comments

Comments
 (0)