pulumi/pkg/codegen/testing
bors[bot] 9051101254
Merge #11345
11345: Do not reference Pulumi nuget if a project reference to Pulumi.csproj already exists r=Zaid-Ajaj a=Zaid-Ajaj

When generating dotnet SDKs, if a schema doesn't specify a package reference to Pulumi nuget, we add it automatically by default. However, when generating test dotnet sdks, we also use project references that refer to the local Pulumi SDK and it is not correct to have either (although usually it compiles if you don't use latest SDK changes) 

This PR makes it so that if we are already referencing a local Pulumi SDK via a project reference, then we don't add a package reference to Pulumi



Co-authored-by: Zaid Ajaj <zaid.naom@gmail.com>
2022-11-14 21:25:38 +00:00
..
test Merge #11345 2022-11-14 21:25:38 +00:00
tstypes ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
utils Standardize pkg loading for TestReferenceRenderer 2022-11-03 16:46:41 -07:00