Skip to content

Commit

Permalink
Build .NET sources by default when running jsii-pacmak. (#160)
Browse files Browse the repository at this point in the history
* Split `jsii-dotnet-runtime`'s integration tests into a separate package, which breaks a dependency loop with `jsii-pacmak`.
* Generate `PackageReference`s for assemblies, rather than `ProjectReference`s.
* Implement `Target.build` for .NET.
  • Loading branch information
mpiroc authored and RomainMuller committed Aug 8, 2018
1 parent 30c4d8e commit a1ee1de
Show file tree
Hide file tree
Showing 146 changed files with 9,192 additions and 9,112 deletions.
5,358 changes: 2,680 additions & 2,678 deletions package-lock.json

Large diffs are not rendered by default.

615 changes: 281 additions & 334 deletions packages/codemaker/package-lock.json

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions packages/jsii-build-tools/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/jsii-calc/package-lock.json

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

12 changes: 7 additions & 5 deletions packages/jsii-dotnet-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
"devDependencies": {
"jsii-build-tools": "^0.6.2"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
"email": "aws-jsii@amazon.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/jsii.git"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
},
"license": "Apache-2.0"
"homepage": "https://github.com/awslabs/jsii"
}
Loading

0 comments on commit a1ee1de

Please sign in to comment.