Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Nov 28, 2023
1 parent 545e216 commit c3d6b9b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class Build : NukeBuild
Target PublishApp => _ => _
.DependsOn(LibsPush)
.Requires(() => Configuration.Equals(Configuration.Release))
.Triggers(CreateRelease)
//.Triggers(CreateRelease)
.Executes(() =>
{

Expand Down Expand Up @@ -269,7 +269,10 @@ from runtime in Runtimes




foreach (var file in Directory.GetFiles(ArtifactsDirectory,"*.*", SearchOption.AllDirectories))
{
Console.WriteLine(file);
}

});

Expand Down

0 comments on commit c3d6b9b

Please sign in to comment.