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
[dotnet] Only set PublishAotUsingRuntimePack=true if we're actually publishing.
.NET now shows an error if PublishAotUsingRuntimePack=true and PublishAot=true, but we're not actually publishing:
> Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets(231): error NETSDK1225: Native compilation is not supported when invoking the Publish target directly. Try running dotnet publish.
Ref: dotnet/sdk#46070
0 commit comments