lpodolak
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
-
lpodolak created a post, our TeamCity site flagged as "deceptive site" by google chrome (and firefox)
Any ideas what this could be about? It started appearing like that yesterday. The only change that we did to Octopus was to upgrade the "Octopus Deploy integration" using the built-in upgrade mecha... -
lpodolak created a post, How to enable Unit Tests reports from running NUnit from PartCover ?
I have an msbuild script<ItemGroup> <tools-nUnit-addins_tcFiles Include="$(teamcity_dotnet_nunitaddin)-2.5.0.*" /> </ItemGroup>...<Target Name="CodeCoverage" DependsOnTargets="Compile"> <Mak... -
-
lpodolak created a post, NUnit report page
Hi,I have two configurations for my project.First one, DevelopersBuild just compiles the solution and runs NUnit task (that seems to be fully compatible with Team City and is replaced by it). This ...