nuget changes
This commit is contained in:
parent
3ff4fc982e
commit
3bdf19cfd8
36
NuGet.Config
36
NuGet.Config
@ -1,32 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="Eaf Package Feed" value="https://tfs.intra.infineon.com/tfs/ManufacturingIT/_packaging/eaf/nuget/v3/index.json" />
|
||||
<add key="Infineon" value="https://packagemanagement.eu.infineon.com:4430/api/v2/" />
|
||||
<add key="LDownloads" value="L:\Downloads\nupkg" />
|
||||
<add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\" />
|
||||
<add key="nuget.org / EC_EAFRepository" value="\\api_nuget_org\EC_EAFRepository\nupkg" />
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||||
<add key="Ubuntu - BaGetWebApplication" value="http://192.168.0.73:5002/v3/index.json" />
|
||||
<add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\" />
|
||||
<add key="Infineon" value="https://packagemanagement.eu.infineon.com:4430/api/v2/" />
|
||||
<add key="Eaf Package Feed" value="https://tfs.intra.infineon.com/tfs/ManufacturingIT/_packaging/eaf/nuget/v3/index.json" />
|
||||
<add key="Baget" value="http://192.168.0.73:5002/v3/index.json" />
|
||||
<add key="D:\Downloads\nupkg\" value="D:\Downloads\nupkg\" />
|
||||
<add key="nuget.org / EC_EAFRepository" value="\\api_nuget_org\EC_EAFRepository\nupkg" />
|
||||
</packageSources>
|
||||
<ignoreDisabledPackageSources>
|
||||
<add key="Eaf Package Feed" value="true" />
|
||||
<add key="Infineon" value="true" />
|
||||
<add key="LDownloads" value="true" />
|
||||
<add key="Microsoft Visual Studio Offline Packages" value="true" />
|
||||
<add key="nuget.org / EC_EAFRepository" value="true" />
|
||||
<add key="nuget.org" value="true" />
|
||||
<add key="Ubuntu - BaGetWebApplication" value="true" />
|
||||
</ignoreDisabledPackageSources>
|
||||
<disabledPackageSources>
|
||||
<add key="Eaf Package Feed" value="true" />
|
||||
<add key="Infineon" value="true" />
|
||||
<!--add key="LDownloads" value="true" /-->
|
||||
<add key="Microsoft Visual Studio Offline Packages" value="true" />
|
||||
<add key="nuget.org / EC_EAFRepository" value="true" />
|
||||
<!--add key="nuget.org" value="true" /-->
|
||||
<add key="Ubuntu - BaGetWebApplication" value="true" />
|
||||
</disabledPackageSources>
|
||||
<packageRestore>
|
||||
<add key="enabled" value="True" />
|
||||
<add key="automatic" value="True" />
|
||||
@ -41,4 +23,10 @@
|
||||
<apikeys>
|
||||
<add key="http://192.168.0.73:5002/v3/index.json" value="AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAArAXSCTwdxkmataEKKR3WlgAAAAACAAAAAAADZgAAwAAAABAAAABr6/y9XvrZG0LD9MUXwKCBAAAAAASAAACgAAAAEAAAABO0d8t+joQnfgFIyjmfcXEIAAAA1FIVvjylNw8UAAAApT3SscJcRQjOX4aJpoLiuYm3qG0=" />
|
||||
</apikeys>
|
||||
<disabledPackageSources>
|
||||
<add key="nuget.org / EC_EAFRepository" value="true" />
|
||||
<add key="Baget" value="true" />
|
||||
<add key="Infineon" value="true" />
|
||||
<add key="Eaf Package Feed" value="true" />
|
||||
</disabledPackageSources>
|
||||
</configuration>
|
@ -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",
|
||||
|
17
dotnet-nuget-list-source.txt
Normal file
17
dotnet-nuget-list-source.txt
Normal file
@ -0,0 +1,17 @@
|
||||
Microsoft Windows [Version 10.0.19044.1526]
|
||||
(c) Microsoft Corporation. All rights reserved.
|
||||
|
||||
C:\Users\phares>dotnet nuget list source
|
||||
Registered Sources:
|
||||
1. nuget.org [Enabled]
|
||||
https://api.nuget.org/v3/index.json
|
||||
2. Microsoft Visual Studio Offline Packages [Disabled]
|
||||
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
|
||||
3. Infineon [Disabled]
|
||||
https://packagemanagement.eu.infineon.com:4430/api/v2/
|
||||
4. Eaf Package Feed [Disabled]
|
||||
https://tfs.intra.infineon.com/tfs/ManufacturingIT/_packaging/eaf/nuget/v3/index.json
|
||||
5. Baget [Disabled]
|
||||
http://192.168.0.73:5002/v3/index.json
|
||||
|
||||
C:\Users\phares>
|
Loading…
x
Reference in New Issue
Block a user