This repository was archived by the owner on Mar 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/wh7x0lml55c483st /branch/master?svg=true )] ( https://ci.appveyor.com/project/IoC-Unity/interception-configuration /branch/master )
1
+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/lrbnwtbbmv5rces5 /branch/master?svg=true )] ( https://ci.appveyor.com/project/IoC-Unity/mvc /branch/master )
2
2
[ ![ codecov] ( https://codecov.io/gh/unitycontainer/interception-configuration/branch/master/graph/badge.svg )] ( https://codecov.io/gh/unitycontainer/interception-configuration )
3
3
[ ![ License] ( https://img.shields.io/badge/license-apache%202.0-60C060.svg )] ( https://github.com/unitycontainer/interception-configuration/blob/master/LICENSE )
4
4
[ ![ NuGet] ( https://img.shields.io/nuget/dt/Unity.Interception.Configuration.svg )] ( https://www.nuget.org/packages/Unity.Interception.Configuration )
5
5
[ ![ NuGet] ( https://img.shields.io/nuget/v/Unity.Interception.Configuration.svg )] ( https://www.nuget.org/packages/Unity.Interception.Configuration )
6
6
7
7
# MVC
8
+
9
+ The MVC adapter for Unity Container.
Original file line number Diff line number Diff line change @@ -23,3 +23,24 @@ after_test:
23
23
artifacts :
24
24
- path : ' **\Unity.*.nupkg'
25
25
name : ' Unity'
26
+
27
+ deploy :
28
+ - provider : GitHub
29
+ force_update : true
30
+ description : $(build_description)
31
+ tag : $(appveyor_repo_tag_name)
32
+ release : $(appveyor_repo_tag_name)
33
+ artifact : /.*\.nupkg/ # upload all NuGet packages to release assets
34
+ draft : false
35
+ prerelease : false
36
+ auth_token :
37
+ secure : 0RltkfAMN35pApf7xYqjwy1EgsVeniSYPv35Qb9ntHY1b4SC51QYLXVVfklvw09j
38
+ on :
39
+ appveyor_repo_tag : true # deploy on tag push only
40
+ - provider : NuGet
41
+ api_key :
42
+ secure : Q/HUObjarHxWF0NlnHBDY5uMQHM4ESyKfFCYdbRVfsNrWUFozADu6FMvh44gEmFk
43
+ skip_symbols : false
44
+ artifact : /.*\.nupkg/
45
+ on :
46
+ appveyor_repo_tag : true # deploy on tag push only
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 5.0.0" ,
3
+ "name" : " Unity.Mvc" ,
4
+ "description" : " The MVC adapter for Unity Container." ,
5
+ "devDependencies" : {
6
+ "Unity.Abstractions" : " unitycontainer/abstractions"
7
+ }
8
+ }
You can’t perform that action at this time.
0 commit comments