Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 9 is missing in docker image #1583

Open
KSemenenko opened this issue Nov 25, 2024 · 0 comments
Open

.NET 9 is missing in docker image #1583

KSemenenko opened this issue Nov 25, 2024 · 0 comments

Comments

@KSemenenko
Copy link

Describe the bug
Azure devops build issue:

Digest: sha256:41473a2ebc45daa6e63c82a7f32a5680b0fe34dac49ab85dd6369c764b191308
Status: Downloaded newer image for mcr.microsoft.com/appsvc/staticappsclient:stable
benv: dotnet version '9.x' not found.
benv: Could not find any versions on disk.

To Reproduce
I use Azure Static web Site for Blazor WebAssembly app.
I update my app to .NET 9
My azure devops pipeline looks like this.

- task: AzureStaticWebApp@0
  displayName: 'Deploy to Azure Static Web App'
  inputs:
    app_location: 'App.WebClient/'
    output_location: 'wwwroot'
    azure_static_web_apps_api_token: $(AZURE_STATIC_WEB_APPS_API_TOKEN)

How can I fix this issee? seems we have old container with .NET8

Status: Downloaded newer image for mcr.microsoft.com/appsvc/staticappsclient:stable
benv: dotnet version '9.x' not found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant