-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnuget.config
27 lines (27 loc) · 1.24 KB
/
nuget.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositoryPath" value="packages" />
</config>
<packageSources>
<!-- When <clear /> is present, previously defined sources are ignored -->
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<!--<add key="CI" value="https://microsofthealthoss.pkgs.visualstudio.com/FhirServer/_packaging/CI/nuget/v3/index.json" />
<add key="Microsoft Health OSS" value="https://microsofthealthoss.pkgs.visualstudio.com/FhirServer/_packaging/Public/nuget/v3/index.json" />
<add key="Microsoft MedTech OSS" value="https://microsofthealthoss.pkgs.visualstudio.com/MedTech/_packaging/MedTechOSS/nuget/v3/index.json" />-->
<add key="FeedZ" value="https://f.feedz.io/elixionmedical/fhirconverter/nuget/index.json" />
</packageSources>
<packageSourceCredentials>
<FeedZ>
<add key="Username" value="elixionmedical" />
<add key="ClearTextPassword" value="T-plhfVV4XVZv3uuFbz5ava4v2lGGTpnWyi8" />
</FeedZ>
</packageSourceCredentials>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<disabledPackageSources>
<add key="Microsoft Visual Studio Offline Packages" value="true" />
</disabledPackageSources>
</configuration>