The webdeploy isn't working any more with the new .NET Core stuff.
TODO:
dotnet publish. This currently creates a folder with files (plural) instead of a zip.
- grab artifacts from there. (not sure what to do when the files are NOT a zip file)
- webdeploy? or is there another way?
The webdeploy isn't working any more with the new .NET Core stuff.
TODO:
dotnet publish. This currently creates a folder with files (plural) instead of a zip.