From 945c124b3182e244ae2e12d8f52c6a0c116ab19f Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Thu, 21 May 2020 03:32:55 +0300 Subject: [PATCH] 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. --- appveyor.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cd0e27918..02027f83e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,14 +11,6 @@ assembly_info: assembly_version: $(flowVersion) assembly_file_version: $(flowVersion) assembly_informational_version: $(flowVersion) -dotnet_csproj: - patch: true - file: 'Flow.*\*.csproj' - version: $(flowVersion) - package_version: $(flowVersion) - assembly_version: $(flowVersion) - file_version: $(flowVersion) - informational_version: $(flowVersion) skip_commits: files: