-
Notifications
You must be signed in to change notification settings - Fork 36
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
Added source link #93
Conversation
Hey @pictos! Could you follow up on the CI build errors? It's happening on both Windows + macOS. I'm also able to reproduce it locally.
|
Also, from the logs
looks like the package was created and then an error happens. |
I'm able to reproduce it using the same command in the CI Pipeline: Maui.Markup/azure-pipelines.yml Line 240 in 10916e1
|
801b0d2
to
c7a990e
Compare
@brminnick I took the time to investigate this issue, and I would say it's something to do with NuGet or the package... Locally on my mac, I tried this command and it works.
Do think that makes sense to use the same pattern as we use for MCT? |
Thanks Pedro! Let's double-check with @VladislavAntonyuk and @jfversluis who are more familiar with the NuGet part of this CI/CD process. Vlad/Gerald - what do you think? Can we edit this |
We need to remove it from macOS build and move to Windows build. |
Interesting. It seems to create the nupkg but not the snupkg package. The only thing I can think of is that the pdb files are not created in the pipeline and therefore not picked up when creating the snupkg file resulting in an empty package? But I also can't reproduce this locally. Maybe some bugged .NET version we're using in the pipeline but not locally? Edit: on the MCT repo we use version 6.0.300 to build and pack while here we use 6.0.x, so that seems to support my theory on the difference in .NET versions. |
This comment was marked as outdated.
This comment was marked as outdated.
This reverts commit 55a3261.
Description of Change
This PR will add the Source Link to our package.
Before (1.0.1 on nuget.org):
After (This PR):
As you can see the Source Link is green, and we have the
Repository
information now.Linked Issues
PR Checklist
approved
(bug) orChampioned
(feature/proposal)main
at time of PRAdditional information