Skip to content

Commit 4e8d19c

Browse files
committed
test alpine msbuild
1 parent f0b34f5 commit 4e8d19c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build/artifacts-test.cake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,6 @@ Task("Artifacts-MsBuildCore-Test")
111111
{
112112
var (os, distro, targetframework) = dockerImage;
113113

114-
// TODO investigate
115-
if (distro == "alpine.3.10-x64" && targetframework == "netcoreapp3.1") {
116-
Information("Skipping this combination, works locally, not in CI for some reason");
117-
continue;
118-
}
119-
120114
var cmd = $"-file {rootPrefix}/scripts/Test-MsBuildCore.ps1 -version {version} -repoPath {rootPrefix}/repo/tests/integration/core -nugetPath {rootPrefix}/nuget -targetframework {targetframework}";
121115

122116
DockerTestArtifact(dockerImage, parameters, cmd);

0 commit comments

Comments
 (0)