Merge branch 'release/2.1' into dev
This commit is contained in:
commit
8f2c029a95
|
|
@ -26,6 +26,9 @@
|
|||
],
|
||||
"sources": [
|
||||
{
|
||||
"copyOnly": [
|
||||
"wwwroot/**"
|
||||
],
|
||||
"modifiers": [
|
||||
{
|
||||
"condition": "(TargetFrameworkOverride == '')",
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
],
|
||||
"sources": [
|
||||
{
|
||||
"copyOnly": [
|
||||
"wwwroot/**"
|
||||
],
|
||||
"modifiers": [
|
||||
{
|
||||
"condition": "(TargetFrameworkOverride == '')",
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@
|
|||
"preferNameDirectory": true,
|
||||
"sources": [
|
||||
{
|
||||
"copyOnly": [
|
||||
"wwwroot/**"
|
||||
],
|
||||
"modifiers": [
|
||||
{
|
||||
"condition": "(TargetFrameworkOverride == '')",
|
||||
|
|
|
|||
Loading…
Reference in New Issue