Skip to content

Commit

Permalink
fix: Remove unused mapping
Browse files Browse the repository at this point in the history
(cherry picked from commit afdf0dc)
  • Loading branch information
jeromelaban authored and mergify[bot] committed May 29, 2024
1 parent e77816f commit 4826792
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@
"enableDeveloperMode": {
"isHidden": true
},
"visualStudioSdkWorkaround": {
"isHidden": true
},
"isVsix": {
"isHidden": true
}
Expand Down
22 changes: 0 additions & 22 deletions src/Uno.Templates/content/unoapp/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -773,16 +773,6 @@
"datatype": "bool",
"defaultValue": "false"
},
"visualStudioSdkWorkaround": {
"type": "parameter",
"datatype": "bool",

// Default value is true to avoid an unknown SDK resolution
// issue when the global feeds are not used in some scenarios
// like `dotnet workload update` or VSIX nuget template expansion.
// Fixed in VS 17.9 / 8.0.200
"defaultValue": "true"
},
"isVsix": {
"displayName": "isVsix",
"type": "parameter",
Expand Down Expand Up @@ -1781,18 +1771,6 @@
"nuget.config"
]
},
{
"condition": "(!visualStudioSdkWorkaround || enableDeveloperMode)",
"exclude": [
"vs-workaround.config"
]
},
{
"condition": "(visualStudioSdkWorkaround)",
"rename": {
"vs-workaround.config": "nuget.config"
}
},
{
"condition": "(isVsix)",
"exclude": [
Expand Down
12 changes: 0 additions & 12 deletions src/Uno.Templates/content/unoapp/vs-workaround.config

This file was deleted.

0 comments on commit 4826792

Please sign in to comment.