nuget changes
This commit is contained in:
@ -41,12 +41,8 @@
|
||||
"window.zoomLevel": 1,
|
||||
"workbench.commandPalette.history": 20,
|
||||
"workbench.editor.untitled.hint": "hidden",
|
||||
"workbench.iconTheme": "vscode-icons",
|
||||
"workbench.list.openMode": "doubleClick",
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
"[csharp]": {
|
||||
"editor.defaultFormatter": "ms-dotnettools.csharp"
|
||||
},
|
||||
"[html]": {
|
||||
"editor.defaultFormatter": "vscode.html-language-features"
|
||||
},
|
||||
@ -74,12 +70,6 @@
|
||||
"*.pcl": "hexEditor.hexedit",
|
||||
"*.dib": "default"
|
||||
},
|
||||
"NugetGallery.sources": [
|
||||
"{\"name\": \"nuget.org\",\"url\": \"https://api.nuget.org/v3/index.json\"}",
|
||||
"{\"name\": \"EAF Package Feed\",\"url\": \"https://tfs.intra.infineon.com/tfs/ManufacturingIT/_packaging/eaf/nuget/v3/index.json\"}",
|
||||
"{\"name\": \"baget\",\"url\": \"http://192.168.0.73:5002/v3/index.json\"}",
|
||||
"{\"name\": \"packagemanagement.eu.infineon.com\",\"url\": \"https://packagemanagement.eu.infineon.com:443/Packages/Productive/nuget\"}"
|
||||
],
|
||||
"runTerminalCommand.commands": [
|
||||
{
|
||||
"auto": true,
|
||||
@ -93,36 +83,6 @@
|
||||
"group": ".NET Core",
|
||||
"name": ".net Core - New Blazor Web Assembly Hosted and Progressive Web Application"
|
||||
},
|
||||
{
|
||||
"auto": true,
|
||||
"command": "dotnet nuget add source -n baget http://192.168.0.73:5002/v3/index.json",
|
||||
"group": ".NET Core",
|
||||
"name": ".net Core - nuget add source baget"
|
||||
},
|
||||
{
|
||||
"auto": true,
|
||||
"command": "dotnet nuget disable source D:\\Downloads\\nupkg",
|
||||
"group": ".NET Core",
|
||||
"name": ".net Core - nuget disable source Downloads"
|
||||
},
|
||||
{
|
||||
"auto": true,
|
||||
"command": "dotnet nuget disable source nuget.org",
|
||||
"group": ".NET Core",
|
||||
"name": ".net Core - nuget disable source nuget.org"
|
||||
},
|
||||
{
|
||||
"auto": true,
|
||||
"command": "dotnet nuget enable source D:\\Downloads\\nupkg",
|
||||
"group": ".NET Core",
|
||||
"name": ".net Core - nuget enable source Downloads"
|
||||
},
|
||||
{
|
||||
"auto": true,
|
||||
"command": "dotnet nuget enable source nuget.org",
|
||||
"group": ".NET Core",
|
||||
"name": ".net Core - nuget enable source nuget.org"
|
||||
},
|
||||
{
|
||||
"auto": true,
|
||||
"command": "dotnet nuget list source",
|
||||
|
Reference in New Issue
Block a user