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 604f5e6 commit 5b5ad83Copy full SHA for 5b5ad83
eng/Signing.props
@@ -1,7 +1,8 @@
1
<Project>
2
<ItemGroup>
3
<!-- Ensure that MacOS dotnet-suggest shims get signed properly -->
4
- <FileSignInfo Include="dotnet-suggest" CertificateName="MacDeveloperHarden" ExecutableType="MachO" />
+ <!-- Avoid using this when not building from the VMR, since this is only supported in 10.0 arcade -->
5
+ <FileSignInfo Include="dotnet-suggest" CertificateName="MacDeveloperHarden" ExecutableType="MachO" Condition="'$(DotNetBuildFromVMR)' == 'true'" />
6
</ItemGroup>
7
8
</Project>
0 commit comments