Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 715ac82

Browse files
authored
Merge pull request #315 from aspnet/vramak/FixBuild
Fix the build for release/2.1 branch
2 parents 0d358e7 + a97b6c7 commit 715ac82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Publish/Microsoft.NET.Sdk.Publish.Tasks.Tests/Microsoft.NET.Sdk.Publish.Tasks.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="xunit.runner.VisualStudio" Version="2.2.0" />
1414
</ItemGroup>
1515

16-
<ItemGroup Condition="'$(EndToEndTestsDisabled)' == 'true'">
16+
<ItemGroup>
1717
<Compile Remove="EndToEnd\*.cs" />
1818
</ItemGroup>
1919

0 commit comments

Comments
 (0)