Skip to content

Commit e67005e

Browse files
committed
Updating build Configuration
1 parent 6cc002b commit e67005e

14 files changed

+45
-47
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,4 @@ _NCrunch*
141141
project.lock.json
142142
testresults.xml
143143
testresults.xml
144+
/*.nupkg

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@
2929
path = ServiceLocation
3030
url = https://github.com/unitycontainer/service-location.git
3131
branch = v2.x
32+
[submodule "MVC"]
33+
path = MVC
34+
url = https://github.com/unitycontainer/aspnet-mvc.git
35+
[submodule "WebAPI"]
36+
path = WebAPI
37+
url = https://github.com/unitycontainer/aspnet-webapi.git

Abstractions

Configuration

Container

Interception

MVC

Submodule MVC added at 8fbbd71

Package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<tags>Unity Container IoC</tags>
1616
</metadata>
1717
<files>
18-
<file src="lib\**" target="lib" />
18+
<file src="lib\**" target="lib" exclude="**\*.nupkg" />
1919
</files>
2020
</package>

0 commit comments

Comments
 (0)