Fdeploy is a CLI tool for performing SMB file-copy based deployments of ASP.NET web applications (Razor, Blazor, etc.). Install dotnet 9 from https://dotnet.microsoft.com/en-us/download and then install Fdeploy with the following command: dotnet tool install --global argentini.fdeploy
$ dotnet add package argentini.fdeployFdeploy is a CLI tool for performing SMB file-copy based deployments of ASP.NET web applications (Razor, Blazor, etc.).
Install dotnet 8 or later from https://dotnet.microsoft.com/en-us/download and then install Fdeploy with the following command:
dotnet tool install --global argentini.fdeploy