You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,6 @@
55
55
56
56
<ErrorCondition="'$(PublishTrimmed)' == 'false'"Text="PublishTrimmed is implied by native compilation and cannot be disabled." />
57
57
58
-
<ErrorCondition="'$(PublishAot)' == 'true' and '$(PublishSingleFile)' == 'true'"Text="PublishAot and PublishSingleFile cannot be specified at the same time." />
59
-
60
58
<!-- Fail with descriptive error message for common unsupported cases. -->
61
59
<ErrorCondition="'$(DisableUnsupportedError)' != 'true' and '$(OS)' == 'Windows_NT' and '$(_targetOS)' != 'win'"
62
60
Text="Cross-OS native compilation is not supported." />
0 commit comments