Skip to content

Commit 8bea2ec

Browse files
Surayya Huseyn ZadaSurayya Huseyn Zada
authored andcommitted
fix EndToEndMultiArch_ArchivePublishing test
1 parent a821ac2 commit 8bea2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/EndToEndTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ public void EndToEndMultiArch_ArchivePublishing()
928928
string imageName = NewImageName();
929929
string tag = "1.0";
930930
string image = $"{imageName}:{tag}";
931-
string archiveOutput = Path.Combine(TestSettings.TestArtifactsDirectory, "tarballs-output");
931+
string archiveOutput = TestSettings.TestArtifactsDirectory;
932932
string imageTarball = Path.Combine(archiveOutput, $"{imageName}.tar.gz");
933933

934934
// Create a new console project

0 commit comments

Comments
 (0)