Frulfump
Frulfump
> Same here when using Function App. Why is such an essential feature not supported in Microsoft's own environment, and is that documented anywhere?! Yeah it's crazy. Might have better...
It seems like the deployment-tools repo doesn't use GitHub Releases which are a very good way of keeping up with what's new (if release notes are included). Hoping we would...
Does it work for a private Azure DevOps feed using the credential provider? If so the title is misleading and should clarify that.
> The issue is unrelated to specific sources. There is no way to pass auth without using a nuget.config. When using a private Azure DevOps feed with the credential provider...
> Could you clarify what's misleading? I don't use Azure DevOps and don't really care about Azure DevOps specifics here. > Credential providers is just another set of actions you...
Sounds like a good idea, should consider the default name for the file, I think `LICENSE.md` is the standard and also matches `README.md `but this repo has `https://github.com/dotnet/templating/blob/main/LICENSE.txt` and the...
@DevTKSS Yes adding the template with the short name `license` seems like a good idea e.g `dotnet new license` The type of license it generates should probably require an explicit...
> for the naming of the license file, I am not sure, if it is common to have other names of this? But it could maybe replicate a similar behavior...
Also needs to consider the options `--copyright-holder / holder` (required or default to `$(git config user.name)`?) and `--copyright-year / year` (default: current year, not sure how often you add a...
> I think, the git repo we place it in, should know about the owner and maybe it can get this through that? otherwise what about checking for an appxmanifest...