chilly-analyst-14900
08/22/2022, 12:23 PMstderr: error: failed to discover plugin requirements: unexpected output from 'dotnet list package --include-transitive'. Program does not appear to reference any 'Pulumi.*' packages
Any idea what this really means (GitHub action output)? Bare bones Pulumi csproj.pulumi:pulumi:Stack myproj-test 'dotnet build -nologo .' completed successfully
pulumi/actions@v3
depend on an older .NET SDK?elegant-window-55250
08/22/2022, 1:18 PMchilly-analyst-14900
08/22/2022, 1:22 PMbored-oyster-3147
08/22/2022, 8:55 PMdotnet list package
to find the referenced NuGet packages of the project it just built in order to determine what pulumi plugins it needs to install via pulumi plugin install
in order for you pulumi up invocation to execute. So it is this element of plugin discovery that is failing for some reason. Short of this functioning you would need to install the pulumi plugins yourself before running pulumi upchilly-analyst-14900
08/23/2022, 10:52 AMpulumi is building and then doing a preview and then giving this error, it sounds like a bugYup. Intermittent as well :S