Skip to content

Commit

Permalink
DependsOn(Test)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaba committed Aug 9, 2022
1 parent 1cf6484 commit 88e8488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ void CoreTest(string projectName)

Target CreateNuget => _ => _
.DependsOn(Compile)
.DependsOn(Test)
.DependsOn(Token)
//.DependsOn(Test)
//.DependsOn(Token)
.Executes(() =>
{
var branchName = GitRepository.Branch;
Expand Down

0 comments on commit 88e8488

Please sign in to comment.