-
Notifications
You must be signed in to change notification settings - Fork 9
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
Investigate msbuild -t:pack that work cross platform #17
Comments
Seems we can ignore the error: novotnyllc/MSBuildSdkExtras#161 |
Oh, seems like we can target dotnet 6 https://devblogs.microsoft.com/xamarin/tips-for-porting-your-xamarin-library-to-dotnet-maui/, which include the new build tools that allow multi-targeting by default. It also makes it compatible with MAUI by default :D |
Updating tfm indeed allow |
Decide to simply use github action to build for now. Goal:
|
Nuget supports scoped API key: https://docs.microsoft.com/en-us/nuget/nuget-org/scoped-api-keys so it's safe to publish to nuget servers in CI. |
https://github.com/actions/upload-artifact Github action as expected support artifact uploading and retention/expiry :) Not sure if it has any additional fees by default though. |
dotnet msbuild
doesn't work with "MSBuild.Sdk.Extras" (Yet?)The text was updated successfully, but these errors were encountered: