Made wwwroot 'copyOnly' to avoid modifications in it's files

This commit is contained in:
Kiran Challa 2018-03-13 19:12:15 -07:00
parent 3ee212cef2
commit fa8fcc9a62
3 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,9 @@
],
"sources": [
{
"copyOnly": [
"wwwroot/**"
],
"modifiers": [
{
"condition": "(TargetFrameworkOverride == '')",

View File

@ -25,6 +25,9 @@
],
"sources": [
{
"copyOnly": [
"wwwroot/**"
],
"modifiers": [
{
"condition": "(TargetFrameworkOverride == '')",

View File

@ -21,6 +21,9 @@
"preferNameDirectory": true,
"sources": [
{
"copyOnly": [
"wwwroot/**"
],
"modifiers": [
{
"condition": "(TargetFrameworkOverride == '')",