We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771ceff commit ea0d897Copy full SHA for ea0d897
.appveyor.yml
@@ -9,5 +9,4 @@ after_build:
9
artifacts:
10
- path: ./artifacts/nuget/*.nupkg
11
nuget:
12
- account_feed: true
13
project_feed: true
nuget.config
@@ -1,7 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
<packageSources>
4
- <add key="Build Packages" value="https://www.myget.org/F/c037199d-41df-4567-b966-25ff65324688/api/v3/index.json" />
5
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
6
</packageSources>
7
</configuration>
0 commit comments