We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce54e43 commit f460b5dCopy full SHA for f460b5d
dotnet/src/build/GitHub.Copilot.SDK.targets
@@ -8,6 +8,7 @@
8
<!-- Determine OS: from RID prefix if set, otherwise from build host -->
9
<_CopilotOs Condition="'$(RuntimeIdentifier)' != '' And $(RuntimeIdentifier.StartsWith('win'))">win</_CopilotOs>
10
<_CopilotOs Condition="'$(_CopilotOs)' == '' And '$(RuntimeIdentifier)' != '' And $(RuntimeIdentifier.StartsWith('osx'))">osx</_CopilotOs>
11
+ <_CopilotOs Condition="'$(_CopilotOs)' == '' And '$(RuntimeIdentifier)' != '' And $(RuntimeIdentifier.StartsWith('maccatalyst'))">osx</_CopilotOs>
12
<_CopilotOs Condition="'$(_CopilotOs)' == '' And '$(RuntimeIdentifier)' != ''">linux</_CopilotOs>
13
14
<!-- Determine arch: from RID suffix if set, otherwise from build host -->
0 commit comments