File tree Expand file tree Collapse file tree 5 files changed +30
-3
lines changed
package-builder/src/yeoman Expand file tree Collapse file tree 5 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1+ ------------------------------------------------------------------
2+ Don't delete this file. Do include it in your source control repo.
3+ ------------------------------------------------------------------
4+
5+ This file exists as a workaround for https://github.com/dotnet/cli/issues/1396
6+ ('dotnet publish' does not publish any directories that didn't exist or were
7+ empty before the publish script started).
8+
9+ Hopefully, this can be removed after the move to the new MSBuild.
Original file line number Diff line number Diff line change 2828
2929# Visual Studio 2015 cache/options directory
3030.vs/
31- /wwwroot/dist/
32- /ClientApp/dist/
31+ /wwwroot/dist/**
32+ /ClientApp/dist/**
33+
34+ # Workaround for https://github.com/aspnet/JavaScriptServices/issues/235
35+ !/wwwroot/dist/_placeholder.txt
36+ !/ClientApp/dist/_placeholder.txt
37+
3338
3439# MSTest test Results
3540[Tt]est[Rr]esult*/
Original file line number Diff line number Diff line change 1+ ------------------------------------------------------------------
2+ Don't delete this file. Do include it in your source control repo.
3+ ------------------------------------------------------------------
4+
15This file exists as a workaround for https://github.com/dotnet/cli/issues/1396
26('dotnet publish' does not publish any directories that didn't exist or were
37empty before the publish script started, which means it's not enough just to
Original file line number Diff line number Diff line change 1+ ------------------------------------------------------------------
2+ Don't delete this file. Do include it in your source control repo.
3+ ------------------------------------------------------------------
4+
5+ This file exists as a workaround for https://github.com/dotnet/cli/issues/1396
6+ ('dotnet publish' does not publish any directories that didn't exist or were
7+ empty before the publish script started).
8+
9+ Hopefully, this can be removed after the move to the new MSBuild.
Original file line number Diff line number Diff line change 11{
22 "name" : " generator-aspnetcore-spa" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.3.3 " ,
44 "description" : " Single-Page App templates for ASP.NET Core" ,
55 "author" : " Microsoft" ,
66 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments