Skip to content

Commit d583364

Browse files
author
Elad Zelingher
committed
New build :)
1 parent 8fe9ec2 commit d583364

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

NuGet/WampSharp.Default.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<projectUrl>https://github.com/darkl/WampSharp</projectUrl>
1818
</metadata>
1919
<files>
20-
<file src="WampSharp.Default\bin\$Configuration$\WampSharp.Default.dll" target="lib\net45\WampSharp.Default.dll" />
21-
<file src="WampSharp.Default\bin\$Configuration$\WampSharp.Default.xml" target="lib\net45\WampSharp.Default.xml" />
22-
<file src="WampSharpFw4\WampSharp.Default\bin\$Configuration$\WampSharp.Default.dll" target="lib\net40\WampSharp.Default.dll" />
23-
<file src="WampSharpFw4\WampSharp.Default\bin\$Configuration$\WampSharp.Default.xml" target="lib\net40\WampSharp.Default.xml" />
20+
<file src="bin\net45\WampSharp.Default.dll" target="lib\net45\WampSharp.Default.dll" />
21+
<file src="bin\net45\WampSharp.Default.xml" target="lib\net45\WampSharp.Default.xml" />
22+
<file src="bin\net40\WampSharp.Default.dll" target="lib\net40\WampSharp.Default.dll" />
23+
<file src="bin\net40\WampSharp.Default.xml" target="lib\net40\WampSharp.Default.xml" />
2424
</files>
2525
</package>

NuGet/WampSharp.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<projectUrl>https://github.com/darkl/WampSharp</projectUrl>
1616
</metadata>
1717
<files>
18-
<file src="WampSharp\bin\$Configuration$\WampSharp.dll" target="lib\net45\WampSharp.dll" />
19-
<file src="WampSharp\bin\$Configuration$\WampSharp.xml" target="lib\net45\WampSharp.xml" />
20-
<file src="WampSharpFw4\WampSharp\bin\$Configuration$\WampSharp.dll" target="lib\net40\WampSharp.dll" />
21-
<file src="WampSharpFw4\WampSharp\bin\$Configuration$\WampSharp.xml" target="lib\net40\WampSharp.xml" />
18+
<file src="bin\net45\WampSharp.dll" target="lib\net45\WampSharp.dll" />
19+
<file src="bin\net45\WampSharp.xml" target="lib\net45\WampSharp.xml" />
20+
<file src="bin\net40\WampSharp.dll" target="lib\net40\WampSharp.dll" />
21+
<file src="bin\net40\WampSharp.xml" target="lib\net40\WampSharp.xml" />
2222
</files>
2323
</package>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Master | Provider
1414

1515
[WampLink]:http://wamp.ws
1616

17-
[WinImgMaster]:http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt1059\)/statusIcon
18-
[WinLinkMaster]:http://teamcity.codebetter.com/viewLog.html?buildTypeId=bt1059&buildId=lastFinished&guest=1
17+
[WinImgMaster]:http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:WampSharp_Master_Build_MSBuild\)/statusIcon
18+
[WinLinkMaster]:http://teamcity.codebetter.com/project.html?projectId=WampSharp_Master&guest=1
1919
[MonoImgMaster]:https://travis-ci.org/Code-Sharp/WampSharp.png?branch=master
2020
[MonoLinkMaster]:https://travis-ci.org/Code-Sharp/WampSharp
2121
[AppVeyorLinkMaster]:https://ci.appveyor.com/project/darkl/wampsharp-375

0 commit comments

Comments
 (0)