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
33version : 1.1.0-alpha-{build}
44
55nuget :
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+
911before_build :
1012 - cmd : set DOTNET_ASSEMBLY_FILE_VERSION=%APPVEYOR_BUILD_NUMBER%
1113 - cmd : set DOTNET_BUILD_VERSION=%APPVEYOR_BUILD_NUMBER%
You can’t perform that action at this time.
0 commit comments