You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there is an unofficial edition of kudu that is built with .NET Core (instead of .NET Framework) it would be nice if Cake.Kudu would support resolving the name this edition.
Current Behavior
Currently, only KuduSync.NET.exe is being taken into account when searching for the Kudu executable.
Possible Solution
Add support for resolving kudusync and kudusync.exe (possibly dotnet-kudusync/dotnet-kudusync.exe, but not sure if that is needed).
Context
This is in the context of using Cake.Recipe and building .NET Core projects, this will use the .NET Core edition of KuduSync instead of the official one, and thus making everything fail.
Your Environment
Module version used: 0.10.1
Operating System and PowerShell version: Windows Server 2019 (powershell version uncertain, possibly Core 7.0)
The text was updated successfully, but these errors were encountered:
gep13
added a commit
to gep13/Cake.Kudu
that referenced
this issue
Sep 4, 2020
Expected Behavior
Since there is an unofficial edition of kudu that is built with .NET Core (instead of .NET Framework) it would be nice if Cake.Kudu would support resolving the name this edition.
Current Behavior
Currently, only
KuduSync.NET.exe
is being taken into account when searching for the Kudu executable.Possible Solution
Add support for resolving
kudusync
andkudusync.exe
(possiblydotnet-kudusync
/dotnet-kudusync.exe
, but not sure if that is needed).Context
This is in the context of using Cake.Recipe and building .NET Core projects, this will use the .NET Core edition of KuduSync instead of the official one, and thus making everything fail.
Your Environment
The text was updated successfully, but these errors were encountered: