We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ec077 commit a42f018Copy full SHA for a42f018
tests/Microsoft.DotNet.Docker.Tests/GeneratedArtifactTests.cs
@@ -51,6 +51,14 @@ public void VerifyReadmeTemplates()
51
[Fact]
52
public void VerifyInternalDockerfilesOutput()
53
{
54
+ if (Config.IsInternal)
55
+ {
56
+ OutputHelper.WriteLine(
57
+ "Skipping test since it is not useful for internal build scenarios. " +
58
+ "If there are issues with internal Dockerfiles, then internal builds will fail.");
59
+ return;
60
+ }
61
+
62
const string InternalDockerfilesSubfolder = "Baselines";
63
64
using TempFolderContext outputDirectory = FileHelper.UseTempFolder();
0 commit comments