Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Oct 29, 2024
1 parent 9aa4d74 commit 4a76175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
var filter = $"Integration={integrationTests}{logicOp}Docker={dockerLinuxTests}";
test
.WithFilter(filter)
.WithFramework("net8.0")
.Build().EnsureSuccess(buildResult => buildResult is {ExitCode: 0, Summary.FailedTests: 0});
}

Expand Down

0 comments on commit 4a76175

Please sign in to comment.