Skip to content

Commit

Permalink
Change the order of test targets a bit to test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed Feb 23, 2022
1 parent ce85dc8 commit 70f6545
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 @@ -108,7 +108,7 @@ private static void Main(string[] args)


// JDM -- I removed test-codegen temporarily during V5 work
Target("test", DependsOn("test-base-lib", "test-document-db", "test-event-sourcing", "test-noda-time", "test-plv8", "test-aspnetcore"));
Target("test", DependsOn("test-base-lib", "test-noda-time", "test-plv8", "test-aspnetcore", "test-document-db", "test-event-sourcing"));

Target("install-mdsnippets", IgnoreIfFailed(() =>
Run("dotnet", $"tool install -g MarkdownSnippets.Tool")
Expand Down

0 comments on commit 70f6545

Please sign in to comment.