@nx-dotnet/core
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -0,1 +1,8 @@ | ||
## [0.4.1](https://github.com/nx-dotnet/nx-dotnet/compare/v0.4.0...v0.4.1) (2021-05-03) | ||
### Bug Fixes | ||
* **core:** test projects not generating ([28d3d1e](https://github.com/nx-dotnet/nx-dotnet/commit/28d3d1ef14ba41169cb33a73bb4de8fda2da13c0)) | ||
# [0.4.0](https://github.com/nx-dotnet/nx-dotnet/compare/v0.3.0...v0.4.0) (2021-05-01) | ||
@@ -2,0 +9,0 @@ |
@@ -8,4 +8,4 @@ { | ||
"dependencies": { | ||
"@nx-dotnet/dotnet": "0.4.0", | ||
"@nx-dotnet/utils": "0.4.0", | ||
"@nx-dotnet/dotnet": "0.4.1", | ||
"@nx-dotnet/utils": "0.4.1", | ||
"glob": "^7.1.6", | ||
@@ -18,3 +18,3 @@ "rimraf": "^3.0.2", | ||
"license": "MIT", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"keywords": [ | ||
@@ -21,0 +21,0 @@ "Nx", |
@@ -42,3 +42,3 @@ { | ||
}, | ||
"test-template": { | ||
"testTemplate": { | ||
"type": "string", | ||
@@ -45,0 +45,0 @@ "description": "Which template should be used for creating the tests project?", |
@@ -41,5 +41,20 @@ { | ||
} | ||
}, | ||
"testTemplate": { | ||
"type": "string", | ||
"description": "Which template should be used for creating the tests project?", | ||
"default": "nunit", | ||
"x-prompt": { | ||
"message": "Which template should be used for creating the tests project", | ||
"type": "list", | ||
"items": [ | ||
{ "value": "nunit", "label": "NUnit 3 Test Project" }, | ||
{ "value": "xunit", "label": "xUnit Test Project" }, | ||
{ "value": "mstest", "label": "Unit Test Project" }, | ||
{ "value": "none", "label": "No Unit Test Project" } | ||
] | ||
} | ||
} | ||
}, | ||
"required": ["name", "template", "language"] | ||
"required": ["name", "template", "language", "testTemplate"] | ||
} |
@@ -108,3 +108,3 @@ "use strict"; | ||
return tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
generator_1.default(host); | ||
yield generator_1.default(host); | ||
options.testTemplate = (_a = options.testTemplate) !== null && _a !== void 0 ? _a : 'none'; | ||
@@ -111,0 +111,0 @@ const normalizedOptions = normalizeOptions(host, options, projectType); |
Sorry, the diff of this file is not supported yet
106202
1780
+ Added@nx-dotnet/dotnet@0.4.1(transitive)
+ Added@nx-dotnet/utils@0.4.1(transitive)
- Removed@nx-dotnet/dotnet@0.4.0(transitive)
- Removed@nx-dotnet/utils@0.4.0(transitive)
Updated@nx-dotnet/dotnet@0.4.1
Updated@nx-dotnet/utils@0.4.1