rgrace-puck
rgrace-puck
I've tried following what @jakubtrebacz-dev posted and keep getting a JSON parser error from ruby. YAML steps: ```yaml steps: - task: NuGetAuthenticate@1 displayName: 'NuGet Authenticate' - task: dependabot@1 inputs: packageManager:...
That is used to escape the quotes since pipelines strips them when inserting the variable for some reason. The final string being passed in (see screenshot) is formatted correctly AFAICT.
Ah yes, that was it! I wish that behavior of the "hidden" quotes was more obvious. Thank you both.
I'm also seeing something similar while using Azure Functions, our App Service Plan memory usage slowly creeps up over time. After talking with Azure support, they provided a system process...
We are still seeing this in .NET 8 (Isolated) function apps. All packages are up-to-date.
Are there any considerations when pinning the 1.24 version? E.g. is the image going to be retained for the foreseeable future?
> The `az webapp create-remote-connection` command can be used to open a tunnel, and theoretically Rider's remote debugger can connect over it. Just tried this and the SSH connection succeeds,...