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 08ddd6c commit 8171c2eCopy full SHA for 8171c2e
test/dotnet-watch.Tests/dotnet-watch.Tests.csproj
@@ -31,7 +31,8 @@
31
</PropertyGroup>
32
<ItemGroup>
33
<_FileItem Include="$(_Files)" />
34
- <None Include="@(_FileItem)" Link="test-browser\%(_FileItem.Filename)%(_FileItem.Extension)" CopyToOutputDirectory="PreserveNewest" />
+ <!-- USe hardlinks so that executable permissions are preserved on Unix -->
35
+ <None Include="@(_FileItem)" Link="test-browser\%(_FileItem.Filename)%(_FileItem.Extension)" CopyToOutputDirectory="PreserveNewest" UseHardlinksIfPossible="true"/>
36
</ItemGroup>
37
</Target>
38
</Project>
0 commit comments