We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032489e commit 8ea031dCopy full SHA for 8ea031d
appveyor.yml
@@ -24,12 +24,22 @@ init:
24
Update-AppveyorBuild -Version "$ver-$commit"
25
}
26
27
+#version patching
28
assembly_info:
29
file: src\SharedAssemblyInfo.cs
30
patch: true
31
assembly_version: '{version}'
32
assembly_file_version: '{version}'
33
assembly_informational_version: $(APPVEYOR_BUILD_VERSION)
34
+dotnet_csproj:
35
+ patch: true
36
+ file: '**\*.csproj'
37
+ version: '{version}'
38
+ package_version: '{version}'
39
+ assembly_version: '{version}'
40
+ file_version: '{version}'
41
+ informational_version: '{version}'
42
+
43
44
environment:
45
matrix:
0 commit comments