Skip to content

Commit d081b93

Browse files
authored
Merge pull request #25054 from dotnet/marcpopMSFT-teststability
Reduce parallel copies of the test .zip file that were overlapping
2 parents 17c7733 + 791fe74 commit d081b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<ItemGroup>
3636
<None Include="Resources\TestPublishContents.zip">
37-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
37+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3838
</None>
3939
</ItemGroup>
4040

0 commit comments

Comments
 (0)