Open g-fleming opened 1 year ago
I was able to manually work around this for now by customizing the download link in the github workflow file to point to rc2, it took a while though. I don't want to move to 8.0.1 online until the default azure app service points to it.
Today, the github automated workflows switched from rc2 to 8.0.1 .NET release. However, this broke our web app deployment, as the Azure Web service is still using rc2. When is this supposed to switch over?
Azure Web App -> Configuration -> General Settings -> Stack is .NET the Major Version is .NET 8 (LTS), the minor version is .NET 8 (LTS) (Early Access)
When I check logstream, this is still using rc2. I don't think I can force the settings to 8.0.1 without creating custom docker image?