Skip to content

Commit

Permalink
Fix appveyor and update CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Nov 24, 2015
1 parent 1f47ad6 commit e33e8ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -27,6 +27,7 @@ after_build:
test:
assemblies:
- '**\Ninject.Tests.dll'
--'**\CommonServiceLocator.NinjectAdapter.Tests.dll'

deploy:
provider: NuGet
Expand Down

0 comments on commit e33e8ae

Please sign in to comment.