Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Nov 9, 2023
1 parent 57bc92f commit c96d7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ void DeleteReparsePoints(string path)
.Description("Builds and run the tests against the local deliverables (except NuGet packages)")
.After(BuildWorkflow)
.DependsOn(NativeTests)
.DependsOn(CompileNativeDependenciesForManagedTests)
.DependsOn(ManagedTests);

Target BuildTracer => _ => _
Expand Down Expand Up @@ -125,6 +124,7 @@ void DeleteReparsePoints(string path)
.DependsOn(CreateRequiredDirectories)
.DependsOn(BuildInstallationScripts)
.DependsOn(GenerateLibraryVersionFiles)
.DependsOn(CompileNativeDependenciesForManagedTests)
.DependsOn(CompileManagedTests)
.DependsOn(CompileMocks)
.DependsOn(PublishMocks)
Expand Down

0 comments on commit c96d7e4

Please sign in to comment.