Skip to content

Commit

Permalink
Fixed Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Apr 7, 2024
1 parent d6b0d86 commit 28ff3f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file modified build.cmd
100644 → 100755
Empty file.
Empty file modified init.cmd
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion src/build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class Build : NukeBuild
if (!Debugger.IsAttached)
{
RootDirectory.GlobDirectories("bin", "obj", "packages", "publish").ForEach(path => path.CreateOrCleanDirectory());
Log.Information("Cleaned bin, obj, packages and publish folders.");
}
});

Expand Down Expand Up @@ -110,7 +111,7 @@ class Build : NukeBuild
});

Target RunTests => _ => _
.DependentFor(GenerateSdkNuGet)
.DependentFor(BuildGenerators)
.After(Restore)
.After(SetVersion)
.After(BuildGenerators)
Expand Down

0 comments on commit 28ff3f6

Please sign in to comment.