it would be nice to have FluentAssertions on a CI environment so that everyone can get the latest and greatest build with correct versioning without having to build it manually.
If you'd like, I can get that running on teamcity.codebetter.com, just let me know. I need your okay because maybe there will be some changes to the build process.
Cheers
Urs
Comments: ** Comment from web user: ursenzler **
If you'd like, I can get that running on teamcity.codebetter.com, just let me know. I need your okay because maybe there will be some changes to the build process.
Cheers
Urs
Comments: ** Comment from web user: ursenzler **
I found the trouble makers.
In the project file of the silverlight specs there are these two lines:
<Import Condition="$(SilverlightVersion)=='v3.0'" Project="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SilverlightToolkit\Tools\v3.0)Microsoft.Silverlight.Toolkit.Build.targets" />
<Import Condition="$(SilverlightVersion)=='v4.0'" Project="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SilverlightToolkit\Tools\v4.0)Microsoft.Silverlight.Toolkit.Build.targets" />
The production code assembly does not need these targets.
Maybe you can explain me, what these targets are good for (because only the tests need them). And at the moment it is not possible to run silverlight tests on the code better teamcity server anyway (unfortunately).
Cheers
Urs