Skip to content

Commit

Permalink
Hard-code working .NET 7.0 buster version for failing integration test (
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacpayne authored Oct 19, 2023
1 parent 378d575 commit 6420ace
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public DotNetCoreRuntimeVersion70Tests(ITestOutputHelper output, TestTempDirTest
public async Task CanBuildAndRun_NetCore70AppAsync(string sampleApp, string webpageMessage)
{
// Arrange
var dotnetcoreVersion = DotNetCoreRunTimeVersions.NetCoreApp70;
var dotnetcoreVersion = "7.0.9"; // Hard-code .NET 7.0 values for buster while the latest binaries have known issues
var hostDir = Path.Combine(_hostSamplesDir, "DotNetCore", sampleApp);
var volume = DockerVolume.CreateMirror(hostDir);
var appDir = volume.ContainerDir;
Expand Down

0 comments on commit 6420ace

Please sign in to comment.