Skip to content

Commit d3e6053

Browse files
Fix AppVeyor-NuGet
1 parent 1838ca1 commit d3e6053

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NuGet.Config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
5+
<clear />
6+
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
7+
</packageSources>
8+
</configuration>

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ os: Visual Studio 2017
33
version: 1.1.0-alpha-{build}
44

55
nuget:
6-
account_feed: true
76
project_feed: true
87

8+
install:
9+
- cmd: nuget sources add -Name makingsense-aspnet -Source https://ci.appveyor.com/nuget/makingsense-aspnet -UserName [email protected] -Password 4@pdw@BlfpQn
10+
911
before_build:
1012
- cmd: set DOTNET_ASSEMBLY_FILE_VERSION=%APPVEYOR_BUILD_NUMBER%
1113
- cmd: set DOTNET_BUILD_VERSION=%APPVEYOR_BUILD_NUMBER%

0 commit comments

Comments
 (0)