@nx-dotnet/core
Advanced tools
Comparing version 0.1.4-dev.8 to 0.1.4-dev.9
@@ -9,6 +9,6 @@ { | ||
"chokidar": "^3.5.1", | ||
"@nx-dotnet/dotnet": "0.1.4-dev.8", | ||
"@nx-dotnet/utils": "0.1.4-dev.8" | ||
"@nx-dotnet/dotnet": "0.1.4-dev.9", | ||
"@nx-dotnet/utils": "0.1.4-dev.9" | ||
}, | ||
"version": "0.1.4-dev.8" | ||
"version": "0.1.4-dev.9" | ||
} |
@@ -52,3 +52,3 @@ { | ||
{"value": "mstest", "label": "Unit Test Project"}, | ||
{"value": null, "label": "No Unit Test Project"} | ||
{"value": "none", "label": "No Unit Test Project"} | ||
] | ||
@@ -55,0 +55,0 @@ } |
@@ -109,3 +109,3 @@ "use strict"; | ||
dotnetClient.new(normalizedOptions.template, newParams); | ||
if (options['test-framework'] !== null) { | ||
if (options['test-framework'] !== 'none') { | ||
yield GenerateTestProject(normalizedOptions, host, dotnetClient, projectType); | ||
@@ -112,0 +112,0 @@ } |
@@ -7,3 +7,3 @@ export interface NxDotnetProjectGeneratorSchema { | ||
language: string; | ||
"test-template": 'nunit' | 'mstest' | 'xunit' | null; | ||
"test-template": 'nunit' | 'mstest' | 'xunit' | 'none'; | ||
} |
Sorry, the diff of this file is not supported yet
53263
+ Added@nx-dotnet/dotnet@0.1.4-dev.9(transitive)
+ Added@nx-dotnet/utils@0.1.4-dev.9(transitive)
- Removed@nx-dotnet/dotnet@0.1.4-dev.8(transitive)
- Removed@nx-dotnet/utils@0.1.4-dev.8(transitive)
Updated@nx-dotnet/utils@0.1.4-dev.9