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

Commit 8cd5786

Browse files
committed
Merge pull request #2095 from nguerrera/rebuild-and-test
Add RebuildAndTest convenience target
2 parents d9a41d7 + d6cc7e1 commit 8cd5786

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)