mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
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:
parent
408fabd556
commit
945c124b31
1 changed files with 0 additions and 8 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue