Skip to content

Commit

Permalink
feat: push to NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
sbstjn committed May 9, 2022
1 parent d5b9c9d commit 4b0b0c8
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .mergify.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
module: 'encrypted_bucket',
},

publishToNuget: {
dotNetNamespace: 'SBSTJN.AWS',
packageId: 'CDK.EncryptedBucket',
},
});

project.synth();
5 changes: 5 additions & 0 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b0b0c8

Please sign in to comment.