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 d3a465e commit 27b3c83Copy full SHA for 27b3c83
appveyor.yml
@@ -69,6 +69,13 @@ dotnet_csproj:
69
package_version: $(VERSION_INFORMATIONAL)
70
informational_version: $(VERSION_INFORMATIONAL)
71
72
+assembly_info:
73
+ patch: true
74
+ file: '**\AssemblyInfo.*'
75
+ assembly_version: $(VERSION_SIMPLE)
76
+ assembly_file_version: $(VERSION_SIMPLE)
77
+ assembly_informational_version: $(VERSION_INFORMATIONAL)
78
+
79
build_script:
80
- cmd: where dotnet
81
- cmd: dotnet build
0 commit comments