pulumi / pulumi-az-pipelines-task

Azure Pipelines task extension for running Pulumi apps.
https://marketplace.visualstudio.com/publishers/pulumi
Apache License 2.0
27 stars 19 forks source link

ci: missing `dotnet 3.1.0` #131

Closed dixler closed 1 year ago

dixler commented 1 year ago

CI runs and fails with the following error

Diagnostics:
  pulumi:pulumi:Stack (pulumi-az-pipelines-task-azure-dotnet-dev):
    You must install or update .NET to run this application.
    App: /home/vsts/work/1/s/examples/azure-native-dotnet/bin/Debug/netcoreapp3.1/azure-dotnet
    Architecture: x64
    Framework: 'Microsoft.NETCore.App', version '3.1.0' (x64)
    .NET location: /usr/share/dotnet
    The following frameworks were found:
      6.0.12 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
      7.0.1 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
    Learn about framework resolution:
    https://aka.ms/dotnet/app-launch-failed
    To install missing framework, download:
    https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=3.1.0&arch=x64&rid=ubuntu.22.04-x64

    error: an unhandled error occurred: Program exited with non-zero exit code: 150
pulumi-bot commented 1 year ago

Cannot close issue without required labels: kind/