Skip to content

Commit 6789dbc

Browse files
csproj-based projects don't need the _placeholder.txt files, because the publishing code correctly includes dist files even if they were not on disk before
1 parent 59526ff commit 6789dbc

File tree

1 file changed

+1
-1
lines changed
  • templates/package-builder/src/yeoman/app

1 file changed

+1
-1
lines changed

templates/package-builder/src/yeoman/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const templates = [
5050
const sdkChoices = [{
5151
value: '1.0.0-preview2-1-003177', // Current released version
5252
name: 'project.json' + chalk.gray(' (compatible with .NET Core tooling preview 2 and Visual Studio 2015)'),
53-
includeFiles: [/^project.json$/, /\.xproj$/]
53+
includeFiles: [/^project.json$/, /\.xproj$/, /_placeholder.txt$/]
5454
}, {
5555
value: '1.0.0-preview3-004056', // Version that ships with VS2017RC
5656
name: '.csproj' + chalk.gray(' (compatible with .NET Core tooling preview 3 and Visual Studio 2017)'),

0 commit comments

Comments
 (0)