Skip to content

Commit b212eed

Browse files
committed
tmp copy of msbuild copy
1 parent ca372e3 commit b212eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BenchmarksApps/TLS/Kestrel/Kestrel.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
</None>
2121
</ItemGroup>
2222

23-
<ItemGroup>
23+
<!-- <ItemGroup>
2424
<None Include="$(MSBuildThisFileDirectory)..\Certificates\2048\testCert-2048.pfx" Link="certificates\testCert-2048.pfx" Condition="Exists('$(MSBuildThisFileDirectory)..\Certificates\2048\testCert-2048.pfx')">
2525
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2626
</None>
2727
<None Include="$(MSBuildThisFileDirectory)..\Certificates\4096\testCert-4096.pfx" Link="certificates\testCert-4096.pfx" Condition="Exists('$(MSBuildThisFileDirectory)..\Certificates\4096\testCert-4096.pfx')">
2828
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2929
</None>
30-
</ItemGroup>
30+
</ItemGroup> -->
3131

3232
</Project>

0 commit comments

Comments
 (0)