Skip to content

Commit 27b3c83

Browse files
committed
additional AssemblyInfo patching
1 parent d3a465e commit 27b3c83

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ dotnet_csproj:
6969
package_version: $(VERSION_INFORMATIONAL)
7070
informational_version: $(VERSION_INFORMATIONAL)
7171

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+
7279
build_script:
7380
- cmd: where dotnet
7481
- cmd: dotnet build

0 commit comments

Comments
 (0)