Is it possible to version patch fsproj files like I can with csproj files?
The documentation brings up .NET Core SDK .csproj
patching, but doesn't mention if the same thing is available for F# projects.
The relevant parts of the project files are identical, so the only thing required for it to work would be that the globbing patterns for project files would find .fsproj
files as well. (Additionally, the ordering of <Include />
tags in the project file must not change, but I doubt it does today anyway...)
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ilya Finkelshte... on 02 Jan, 2018 01:11 PM
Yes, it works with
.fsproj
(see https://github.com/appveyor/ci/issues/1811 closed). And it does not change any ordering, just patches versions.2 Posted by tomas.lycken on 02 Jan, 2018 02:30 PM
Nice - thanks for the prompt reply!
// Tomas
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:25 AM.