Skip to content

Commit

Permalink
fix: Remove unused mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored May 29, 2024
1 parent 1c812df commit afdf0dc
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 @@ -757,16 +757,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 @@ -2800,18 +2790,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 afdf0dc

Please sign in to comment.