Skip to content

Commit

Permalink
Fix IIs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Sep 29, 2023
1 parent 6ff8ca0 commit ace2453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ void DeleteReparsePoints(string path)
.Description("Builds the managed unit / integration tests and runs them")
.After(Clean, BuildTracer)
.DependsOn(CreateRequiredDirectories)
.DependsOn(BuildInstallationScripts)
.DependsOn(GenerateLibraryVersionFiles)
.DependsOn(CompileManagedTests)
.DependsOn(CompileMocks)
Expand Down

0 comments on commit ace2453

Please sign in to comment.