Skip to content
This repository was archived by the owner on Mar 2, 2023. It is now read-only.

Commit e82fa7d

Browse files
committed
Updating configuration
1 parent 890244f commit e82fa7d

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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)
22
[![codecov](https://codecov.io/gh/unitycontainer/interception-configuration/branch/master/graph/badge.svg)](https://codecov.io/gh/unitycontainer/interception-configuration)
33
[![License](https://img.shields.io/badge/license-apache%202.0-60C060.svg)](https://github.com/unitycontainer/interception-configuration/blob/master/LICENSE)
44
[![NuGet](https://img.shields.io/nuget/dt/Unity.Interception.Configuration.svg)](https://www.nuget.org/packages/Unity.Interception.Configuration)
55
[![NuGet](https://img.shields.io/nuget/v/Unity.Interception.Configuration.svg)](https://www.nuget.org/packages/Unity.Interception.Configuration)
66

77
# MVC
8+
9+
The MVC adapter for Unity Container.

appveyor.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,24 @@ after_test:
2323
artifacts:
2424
- path: '**\Unity.*.nupkg'
2525
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

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
}

0 commit comments

Comments
 (0)