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 f0b34f5 commit 4e8d19cCopy full SHA for 4e8d19c
build/artifacts-test.cake
@@ -111,12 +111,6 @@ Task("Artifacts-MsBuildCore-Test")
111
{
112
var (os, distro, targetframework) = dockerImage;
113
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
-
120
var cmd = $"-file {rootPrefix}/scripts/Test-MsBuildCore.ps1 -version {version} -repoPath {rootPrefix}/repo/tests/integration/core -nugetPath {rootPrefix}/nuget -targetframework {targetframework}";
121
122
DockerTestArtifact(dockerImage, parameters, cmd);
0 commit comments