Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 78d3e3e

Browse files
committed
wip
1 parent 47d342f commit 78d3e3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Nuke.Components/IRestore.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public interface IRestore : IHazSolution, INukeBuild
1818
Target Restore => _ => _
1919
.Executes(() =>
2020
{
21+
throw new Exception("test");
2122
DotNetRestore(_ => _
2223
.Apply(RestoreSettingsBase)
2324
.Apply(RestoreSettings));

0 commit comments

Comments
 (0)