conda-forge / dotnet-feedstock

A conda-smithy repository for dotnet.
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Install the [6.0.419] .NET SDK #88

Open dhirschfeld opened 7 months ago

dhirschfeld commented 7 months ago
The following NEW packages will be INSTALLED:

    dotnet:                   6.0.417-ha770c72_0      conda-forge
    dotnet-aspnetcore:        6.0.25-hfbc8c6f_0       conda-forge
    dotnet-runtime:           6.0.25-hfbc8c6f_0       conda-forge
    dotnet-sdk:               6.0.417-hfbc8c6f_0      conda-forge
+ dotnet msbuild -t:Build -p:PackageRuntime=linux-x64 -p:BUILDCONFIG=Release -p:RunnerVersion=2.314.0 ./dir.proj
The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'msbuild' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 6.0.419
global.json file: /home/conda/feedstock_root/build_artifacts/actions-runner_1708974086133/work/src/global.json

Installed SDKs:

Install the [6.0.419] .NET SDK or update [/home/conda/feedstock_root/build_artifacts/actions-runner_1708974086133/work/src/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found
6.0.417 [$BUILD_PREFIX/lib/dotnet/sdk]

Originally posted by @dhirschfeld in https://github.com/conda-forge/actions-runner-feedstock/issues/30#issuecomment-1965544712