There was an error while loading. Please reload this page.
1 parent 0fd080a commit 23a7eb2Copy full SHA for 23a7eb2
appveyor.yml
@@ -4,6 +4,12 @@ pull_requests:
4
do_not_increment_build_number: true
5
build:
6
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}'
13
artifacts:
14
- path: ProbabilisticDataStructures\bin\Release
- name: ProbabilisticDataStructures-v$(appveyor_build_version)
15
+ name: ProbabilisticDataStructures-v$(appveyor_build_version)
0 commit comments