Skip to content

Commit 945c124

Browse files
committed
appveyor: do not patch csproj files
The way the project files are currently configured, this setting resulted in only the Plugin project being patched. Consequently, the version of the Plugin project was wrong in the built package.
1 parent 408fabd commit 945c124

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

appveyor.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ assembly_info:
1111
assembly_version: $(flowVersion)
1212
assembly_file_version: $(flowVersion)
1313
assembly_informational_version: $(flowVersion)
14-
dotnet_csproj:
15-
patch: true
16-
file: 'Flow.*\*.csproj'
17-
version: $(flowVersion)
18-
package_version: $(flowVersion)
19-
assembly_version: $(flowVersion)
20-
file_version: $(flowVersion)
21-
informational_version: $(flowVersion)
2214

2315
skip_commits:
2416
files:

0 commit comments

Comments
 (0)