Skip to content

Commit ea0d897

Browse files
removed unused nuget stores
1 parent 771ceff commit ea0d897

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ after_build:
99
artifacts:
1010
- path: ./artifacts/nuget/*.nupkg
1111
nuget:
12-
account_feed: true
1312
project_feed: true

nuget.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="Build Packages" value="https://www.myget.org/F/c037199d-41df-4567-b966-25ff65324688/api/v3/index.json" />
54
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
65
</packageSources>
76
</configuration>

0 commit comments

Comments
 (0)