Closed JasonWhall closed 1 day ago
I don't think the test failures here are due to this PR, seeing it elsewhere as well. Looking into it.
Hey @JasonWhall if you rebase this on latest main I think we should be able to get the tests passing and get this merged in.
@Frassle - Thanks! Re-based
This PR has been shipped in release v3.69.0.
Currently when publishing the Pulumi.Automation SDK there is an expected property PulumiSdkVersion which should be set when building the project
This property is set during buildSdk and testPulumiAutomationSdk but not the publishing targets which provide the resulting nuget package.
This means when a consumer references the Automation Api nuget package they have a version that does not have the required property set causing
LocalPulumiCommand.Install
to fail.Refactored the F# code to ensure the version is set during publish as well
Fixes #392