Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit d6cc7e1

Browse files
committed
Add RebuildAndTest convenience target
1 parent eccc8f6 commit d6cc7e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dir.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115
<Touch Files="$(ToolsDir)Microsoft.DotNet.Build.Tasks.dll;$(NugetToolPath);$(DnuToolPath)" />
116116
</Target>
117117

118-
<!-- Provide default empty targets for BuildAndTest and Test which can be hooked onto or overridden as necessary -->
118+
<!-- Provide default targets which can be hooked onto or overridden as necessary -->
119119
<Target Name="BuildAndTest" DependsOnTargets="Build;Test" />
120-
120+
<Target Name="RebuildAndTest" DependsOnTargets="Rebuild;Test" />
121121
<Target Name="Test" />
122122
</Project>

0 commit comments

Comments
 (0)