Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. After a command to build a single Uno project for all platforms
msbuild /r /p:Configuration=$(BuildConfiguration)
I use this command to publish one of the platforms - Mac Catalyst:msbuild /t:Publish /p:Configuration=Release /p:Platform=AnyCPU /p:TargetFramework=net8.0-maccatalyst /p:PublishDir="$(Build.ArtifactStagingDirectory)/Mac Catalyst"
PublishDir flag works successfully on other platforms, but not on Mac Catalyst - the application package is not created and moved to $(Build.ArtifactStagingDirectory)
Beta Was this translation helpful? Give feedback.
All reactions