pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
27 stars 25 forks source link

Publishing dev version of nuget packages is failing #351

Closed justinvp closed 1 month ago

justinvp commented 2 months ago

The last several commits to main have failed publishing the dev SDK.

The most recent failure: https://github.com/pulumi/pulumi-dotnet/actions/runs/11002521163/job/30550806238#step:8:51

Project 'Pulumi' failed to publish the nuget package: couldn't the nuget package
Project 'Pulumi.Automation' failed to publish the nuget package: couldn't the nuget package
Project 'Pulumi.FSharp' failed to publish the nuget package: couldn't the nuget package
Unhandled exception. System.Exception: Some nuget packages were not published: [Pulumi; Pulumi.Automation; Pulumi.FSharp]
   at Program.publishSdks() in /home/runner/work/pulumi-dotnet/pulumi-dotnet/build/Program.fs:line 144
   at Program.main(String[] args) in /home/runner/work/pulumi-dotnet/pulumi-dotnet/build/Program.fs:line 227