Skip to content

Commit

Permalink
chore: publish to buget setting
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Nov 21, 2024
1 parent 9114e9e commit 0102fbe
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/build.yml

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

41 changes: 41 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.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ const project = new cdk.JsiiProject({
distName: 'gammarers.aws-resource-naming',
module: 'gammarers.aws_resource_naming',
},
publishToNuget: {
dotNetNamespace: 'Gammarers.Utils.AWS',
packageId: 'Gammarers.Utils.AWS.ResourceNaming',
},
});
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 0102fbe

Please sign in to comment.