Skip to content

Commit

Permalink
Set copyOnly on static resources in Blazor templates (#33808)
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia authored Jun 24, 2021
1 parent 65276b0 commit c8d548c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
],
"sources": [
{
"source": "./",
"target": "./",
"exclude": [
".template.config/**"
],
"copyOnly": [
"wwwroot/**"
],
"modifiers": [
{
"condition": "(!IndividualLocalAuth || UseLocalDB)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"exclude": [
".template.config/**"
],
"copyOnly": [
"**/wwwroot/**"
],
"modifiers": [
{
"condition": "(!Hosted)",
Expand Down

0 comments on commit c8d548c

Please sign in to comment.