Skip to content

Commit

Permalink
Try improve the IDE/CLI solution issues (#2823)
Browse files Browse the repository at this point in the history
Related to #2746
  • Loading branch information
mattleibow committed Oct 4, 2021
1 parent 1032caa commit cdb68cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"copyOnly": [ "**/wwwroot/css/**", "**/*.svg", "**/*.ttf" ],
"modifiers": [
{
"condition": "(HostIdentifier != \"dotnetcli\")",
"exclude": [
"*.sln"
]
"condition": "(HostIdentifier == \"dotnetcli\")",
"rename": {
".App.sln": ".sln"
}
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"copyOnly": [ "**/*.svg", "**/*.ttf" ],
"modifiers": [
{
"condition": "(HostIdentifier != \"dotnetcli\")",
"exclude": [
"*.sln"
]
"condition": "(HostIdentifier == \"dotnetcli\")",
"rename": {
".App.sln": ".sln"
}
}
]
}
Expand Down

0 comments on commit cdb68cd

Please sign in to comment.