From e33e8aec9c5a500ed8d8567963d5e2b37a12b3a3 Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Tue, 24 Nov 2015 08:48:38 -0500 Subject: [PATCH] Fix appveyor and update CI badge --- README.md | 2 +- appveyor.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eeef200c..d18f4330 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ encouraged to evaluate both to determine which best fits your intended use. Refer to [LICENSE.txt](https://github.com/ninject/ninject/blob/master/LICENSE.txt) for detailed information. ## CI build status -[![Build Status](https://teamcity.bbv.ch/app/rest/builds/buildType:(id:bt7)/statusIcon)](http://teamcity.bbv.ch/viewType.html?buildTypeId=bt7&guest=1) +[![Build status](https://ci.appveyor.com/api/projects/status/kxj62plt2p31eick/branch/master?svg=true)](https://ci.appveyor.com/project/onovotny/ninject/branch/master) ## Changes history - [Changes in Ninject 3](https://github.com/ninject/ninject/wiki/Changes-in-Ninject-3) diff --git a/appveyor.yml b/appveyor.yml index aa33d14d..967eedeb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ build: project: Ninject.sln after_build: - - cmd: '.\packages\gitlink\lib\net45\GitLink.exe . -f src\Humanizer.sln -u https://github.com/MehdiK/Humanizer -s %APPVEYOR_REPO_COMMIT% -errorsaswarnings' + - cmd: '.\packages\gitlink\lib\net45\GitLink.exe . -f Ninject.sln -u https://github.com/Ninject/Ninject -s %APPVEYOR_REPO_COMMIT% -errorsaswarnings' - cmd: nuget pack src\Portable.Ninject.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%" -NoPackageAnalysis - cmd: nuget pack src\Portable.CommonServiceLocator.NinjectAdapter.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%" -NoPackageAnalysis - cmd: appveyor PushArtifact "Portable.Ninject.%GitVersion_NuGetVersion%.nupkg" @@ -27,6 +27,7 @@ after_build: test: assemblies: - '**\Ninject.Tests.dll' + --'**\CommonServiceLocator.NinjectAdapter.Tests.dll' deploy: provider: NuGet