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.
This commit is contained in:
Ioannis G 2020-05-21 03:32:55 +03:00
parent 408fabd556
commit 945c124b31
No known key found for this signature in database
GPG key ID: EAC0E4E5E36AC49E

View file

@ -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: