diff --git a/templates/Angular2Spa/.deployment b/templates/Angular2Spa/.deployment new file mode 100644 index 0000000..4ad366c --- /dev/null +++ b/templates/Angular2Spa/.deployment @@ -0,0 +1,2 @@ +[config] +SCM_SCRIPT_GENERATOR_ARGS=--aspNetCore project.json diff --git a/templates/AureliaSpa/.deployment b/templates/AureliaSpa/.deployment new file mode 100644 index 0000000..4ad366c --- /dev/null +++ b/templates/AureliaSpa/.deployment @@ -0,0 +1,2 @@ +[config] +SCM_SCRIPT_GENERATOR_ARGS=--aspNetCore project.json diff --git a/templates/KnockoutSpa/.deployment b/templates/KnockoutSpa/.deployment new file mode 100644 index 0000000..4ad366c --- /dev/null +++ b/templates/KnockoutSpa/.deployment @@ -0,0 +1,2 @@ +[config] +SCM_SCRIPT_GENERATOR_ARGS=--aspNetCore project.json diff --git a/templates/ReactReduxSpa/.deployment b/templates/ReactReduxSpa/.deployment new file mode 100644 index 0000000..4ad366c --- /dev/null +++ b/templates/ReactReduxSpa/.deployment @@ -0,0 +1,2 @@ +[config] +SCM_SCRIPT_GENERATOR_ARGS=--aspNetCore project.json diff --git a/templates/ReactSpa/.deployment b/templates/ReactSpa/.deployment new file mode 100644 index 0000000..4ad366c --- /dev/null +++ b/templates/ReactSpa/.deployment @@ -0,0 +1,2 @@ +[config] +SCM_SCRIPT_GENERATOR_ARGS=--aspNetCore project.json diff --git a/templates/package-builder/src/yeoman/app/index.ts b/templates/package-builder/src/yeoman/app/index.ts index cef076a..8baba4f 100644 --- a/templates/package-builder/src/yeoman/app/index.ts +++ b/templates/package-builder/src/yeoman/app/index.ts @@ -50,7 +50,7 @@ const templates = [ const sdkChoices = [{ value: '1.0.0-preview2-1-003177', // Current released version name: 'project.json' + chalk.gray(' (compatible with .NET Core tooling preview 2 and Visual Studio 2015)'), - includeFiles: [/^project.json$/, /\.xproj$/, /_placeholder.txt$/] + includeFiles: [/^project.json$/, /\.xproj$/, /_placeholder.txt$/, /\.deployment$/] }, { value: '1.0.0-preview3-004056', // Version that ships with VS2017RC name: '.csproj' + chalk.gray(' (compatible with .NET Core tooling preview 3 and Visual Studio 2017)'),