Skip to content

Commit 2522e98

Browse files
committed
Prepared solution for the latest CI server build config template
1 parent 12747ff commit 2522e98

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

NextVersion.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.1.0

TestStack.FluentMVCTesting.Mvc3/FluentMVCTesting.Mvc3.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
<files>
4040
<file src="bin\Release\TestStack.FluentMVCTesting.Mvc3.dll" target="lib\NET40" />
4141
<file src="bin\Release\TestStack.FluentMVCTesting.Mvc3.pdb" target="lib\NET40" />
42+
<file src="..\TestStack.FluentMvcTesting\**\*.cs" exclude="..\TestStack.FluentMvcTesting\obj\**\*.*" target="src" />
4243
</files>
43-
</package>
44+
</package>

TestStack.FluentMvcTesting/FluentMVCTesting.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
</frameworkAssemblies>
3838
</metadata>
3939
<files>
40-
<file src="bin\Release\TestStack.FluentMVCTesting.dll" target="lib\NET40" />
41-
<file src="bin\Release\TestStack.FluentMVCTesting.pdb" target="lib\NET40" />
40+
<file src="bin\Release\TestStack.FluentMVCTesting.dll" target="lib\NET40" />
41+
<file src="bin\Release\TestStack.FluentMVCTesting.pdb" target="lib\NET40" />
42+
<file src="**\*.cs" exclude="obj\**\*.*" target="src" />
4243
</files>
43-
</package>
44+
</package>

0 commit comments

Comments
 (0)