File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ os: Visual Studio 2017
3
3
version : 1.1.0-alpha-{build}
4
4
5
5
nuget :
6
- account_feed : true
7
6
project_feed : true
8
7
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
+
9
11
before_build :
10
12
- cmd : set DOTNET_ASSEMBLY_FILE_VERSION=%APPVEYOR_BUILD_NUMBER%
11
13
- cmd : set DOTNET_BUILD_VERSION=%APPVEYOR_BUILD_NUMBER%
You can’t perform that action at this time.
0 commit comments