Skip to content

Commit

Permalink
Merge pull request #1460 from hashicorp/fix-constructs-csharp-error
Browse files Browse the repository at this point in the history
chore: fix constructs error
  • Loading branch information
DanielMSchmidt authored Jan 7, 2022
2 parents a31c2d1 + 7179c4b commit c98cb8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/csharp/edge/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ describe("csharp full integration test synth", () => {
stdio: "inherit",
env: driver.env,
});

execSync("dotnet add package Constructs", {
stdio: "inherit",
env: driver.env,
});

await driver.synth("fixed");
});

Expand Down

0 comments on commit c98cb8b

Please sign in to comment.