-
-
Notifications
You must be signed in to change notification settings - Fork 730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DotNetPublishSettings
is missing a way to set the --os
option
#4107
Comments
My question is, why is it relevant to add |
Just to be sure we are are on the same page I am advocating adding the option to the
We use this option to output a windows executable even though we build on a unix box so I don't think calling build.ps1 will help me in this case. However, reading the docs quoted above, it looks like I can get away with using the |
GH-4107: Add OS to DotNetPublishSettings
🎉 This issue has been resolved in version v3.1.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Prerequisites
Cake runner
Cake Frosting
Cake version
3.0.0
Operating system
Windows
Operating system architecture
64-Bit
CI Server
No response
What are you seeing?
Using dotnet version:
when I run
I get an option to set the the target operating system.
However, DotNetPublishSettings.cs does not provide access to the option. (DotnetMSBuildSettings.cs does not either).
What is expected?
I should be able to set the target OS using the
DotNetPublishSettings
. e.g,Steps to Reproduce
does not compile.
Output log
The text was updated successfully, but these errors were encountered: