NuGet.Config & runTerminalCommand.commands
This commit is contained in:
parent
211d95ea86
commit
8bd2f48dd7
44
NuGet.Config
Normal file
44
NuGet.Config
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<?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" />
|
||||||
|
</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" />
|
||||||
|
</packageRestore>
|
||||||
|
<bindingRedirects>
|
||||||
|
<add key="skip" value="False" />
|
||||||
|
</bindingRedirects>
|
||||||
|
<packageManagement>
|
||||||
|
<add key="format" value="1" />
|
||||||
|
<add key="disabled" value="False" />
|
||||||
|
</packageManagement>
|
||||||
|
<apikeys>
|
||||||
|
<add key="http://192.168.0.73:5002/v3/index.json" value="AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAArAXSCTwdxkmataEKKR3WlgAAAAACAAAAAAADZgAAwAAAABAAAABr6/y9XvrZG0LD9MUXwKCBAAAAAASAAACgAAAAEAAAABO0d8t+joQnfgFIyjmfcXEIAAAA1FIVvjylNw8UAAAApT3SscJcRQjOX4aJpoLiuYm3qG0=" />
|
||||||
|
</apikeys>
|
||||||
|
</configuration>
|
@ -74,6 +74,12 @@
|
|||||||
"*.pcl": "hexEditor.hexedit",
|
"*.pcl": "hexEditor.hexedit",
|
||||||
"*.dib": "default"
|
"*.dib": "default"
|
||||||
},
|
},
|
||||||
|
"runTerminalCommand.commands": [
|
||||||
|
{
|
||||||
|
"command": "dotnet build --runtime win-x64",
|
||||||
|
"name": ".net Build Win-x64"
|
||||||
|
}
|
||||||
|
],
|
||||||
"mssql.connections": [
|
"mssql.connections": [
|
||||||
{
|
{
|
||||||
"connectionString": "Microsoft.SqlTools|itemtype:Profile|server:MESSA008.na.infineon.com|db:IRMNSPC_TEST|user:IQSDMS1_TEST|isConnectionString:true",
|
"connectionString": "Microsoft.SqlTools|itemtype:Profile|server:MESSA008.na.infineon.com|db:IRMNSPC_TEST|user:IQSDMS1_TEST|isConnectionString:true",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user