little-library-54601
12/06/2022, 2:24 PMDiagnostics:
199 pulumi:pulumi:Stack (grv-api-resources-grv-api-dev):
200 You must install or update .NET to run this application.
201 App: /home/runner/work/GeneralRV-API/GeneralRV-API/Devops/azure-environment/pulumi/grv-api-resources/bin/Debug/netcoreapp3.1/grv-api-resources
202 Architecture: x64
203 Framework: '<http://Microsoft.NETCore.App|Microsoft.NETCore.App>', version '3.1.0' (x64)
204 .NET location: /usr/share/dotnet
205 The following frameworks were found:
206 6.0.11 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
207 7.0.0 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Nothing about the action's dependence on .net core has changed since last week when it worked. I'll be looking into it shortly, but I thought someone here might be able to short-circuit my need to research. Is it possibly something as straightforward as a "uses" step within the job to explicitly reference a version of .net core?bored-activity-40468
12/06/2022, 2:38 PMlittle-library-54601
12/06/2022, 2:39 PMbored-activity-40468
12/06/2022, 2:41 PM/home/runner/work/GeneralRV-API/GeneralRV-API/Devops/azure-environment/pulumi/grv-api-resources/bin/Debug/netcoreapp3.1/grv-api-resource
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'
little-library-54601
12/06/2022, 2:53 PMruns-on: ubuntu-latest
bored-activity-40468
12/06/2022, 3:12 PMlittle-library-54601
12/06/2022, 3:21 PMclever-sunset-76585
12/06/2022, 4:01 PMlittle-library-54601
12/06/2022, 4:17 PMicy-doctor-13719
12/06/2022, 4:20 PM- uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.x
in GH actions with no issuelittle-library-54601
12/06/2022, 4:21 PMicy-doctor-13719
12/06/2022, 4:21 PMlittle-library-54601
12/06/2022, 4:22 PM