Skip to content

Commit

Permalink
Fix expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed Sep 24, 2024
1 parent 94ab3d3 commit 041f254
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,14 @@ public async Task Run()

// Assert
returnCode.Should().Be(0);
AssertSuccessfulArtifacts();
Releases.Should().HaveCount(1);

AssertFileExists(
50L.MB(),
"bin", "Release", "publish", "linux-x64", "NetCore.Console");
AssertFileExists(
50L.MB(),
"bin", "Release", "publish", "linux-arm64", "NetCore.Console.exe");
}

[TestCase(LogEventLevel.Verbose)]
Expand Down

0 comments on commit 041f254

Please sign in to comment.