Skip to content

Commit

Permalink
Remove property for closed issue (#95529)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtschuster committed Dec 2, 2023
1 parent 5470c79 commit 712c5e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eng/SourceBuild.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<PropertyGroup>
<BaseInnerSourceBuildCommand>./build.sh</BaseInnerSourceBuildCommand>

<!-- AfterSourceBuild.proj will fail the build if project path has `test` in it (example: src/libraries/pretest.proj) -->
<!-- Will be removed by https://github.com/dotnet/arcade/issues/13542 -->
<AllowTestProjectUsage>true</AllowTestProjectUsage>

<_hostRid>$([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier)</_hostRid>
<!-- TargetRid names what gets built. -->
<TargetRid Condition="'$(TargetRid)' == ''">$(_hostRid)</TargetRid>
Expand Down

0 comments on commit 712c5e9

Please sign in to comment.