How to get the output directory on Linux? #15568
-
I want to get the directory where the files are collected during the build. This is the directory I need - ..bin\x64\Debug\net8.0-windows10.0.19041.0\win-x64\AppX. I get it fine for Windows, but I just can’t figure out how to get it in Linux. I essentially need to get this ..\bin\Debug\net8.0. Help me please. |
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
Feb 21, 2024
Replies: 1 comment
-
Thanks for the question. the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sasakrsmanovic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the question. the
.Windows
head cannot be built entirely on Linux, mostly because the WinAppSDK tooling is windows specific. It's the same for iOS apps.