Skip to content

Fixes for *nix and .NET Core 2.1

Compare
Choose a tag to compare
@JamesRandall JamesRandall released this 26 Nov 16:52
· 329 commits to master since this release
  • A path was being built using string concatentation rather than Path.Combine leading to issues with paths on *nix machines
  • .NET Core 2.1 targetted Function Apps now work as expected (issue #13)