Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
kharnagy committed Feb 28, 2014
1 parent 167271e commit b985162
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
</Target>
-->
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
<PostBuildEvent>if exist $(SolutionDir) cmd /c "del $(SolutionDir)..\..\BuildMaster\ExtensionLib\$(TargetName).bmx"

if exist $(SolutionDir) $(SolutionDir)..\zip -r $(SolutionDir)..\..\BuildMaster\ExtensionLib\$(TargetName).bmx *.*</PostBuildEvent>
</PropertyGroup>
</Project>
5 changes: 3 additions & 2 deletions NUnitAppAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ namespace Inedo.BuildMasterExtensions.NUnit
/// </summary>
[ActionProperties(
"Execute NUnit Tests",
"Runs NUnit unit tests on a specified project, assembly, or NUnit file.",
"Testing")]
"Runs NUnit unit tests on a specified project, assembly, or NUnit file.")]
[Tag(Tags.UnitTests)]
[CustomEditor(typeof(NUnitActionEditor))]
[RequiresInterface(typeof(IFileOperationsExecuter))]
public sealed class NUnitAppAction : UnitTestActionBase
{
/// <summary>
Expand Down

0 comments on commit b985162

Please sign in to comment.