Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Nov 9, 2023
1 parent 943a8d6 commit 57bc92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.Steps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ DotNetBuildSettings BuildTestApplication(DotNetBuildSettings x) =>
});

Target CompileNativeDependenciesForManagedTests => _ => _
.Description("Compiles the native loader")
.Description("Compiles the native dependencies for testing applications")
.DependsOn(CompileNativeDependenciesForManagedTestsWindows)
.DependsOn(CompileNativeDependenciesForManagedTestsLinux)
.DependsOn(CompileNativeDependenciesForManagedTestsMacOs);
Expand Down

0 comments on commit 57bc92f

Please sign in to comment.