-
Notifications
You must be signed in to change notification settings - Fork 407
Remove erroneous UniversalBGTask.Task.Run definition #5313
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
Conversation
Drive-by: improve CoCreateInstance call (avoids leaks and hardcoded GUID) Solves microsoft/cppwinrt#1485
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
The CI failure seems unrelated to the PR. |
| runtimeclass Task : Windows.ApplicationModel.Background.IBackgroundTask | ||
| { | ||
| Task(); | ||
| void Run(Windows.ApplicationModel.Background.IBackgroundTaskInstance taskInstance); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or do we want to nuke the [default_interface] above instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could nuke it, ITask doesn't really serve any purpose, but this specific line has to go either way.
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
I don't think repeating the build runs is going to solve anything here @godlytalias. What's the way forward for external contributions? |
|
It appears that pipeline runs from external contributors are missing access to internal nuget feeds. Is there a way to move this forward without a pipelines pass, or a way to fix pipelines for external contributors? |
|
Successful pipeline run: https://microsoft.visualstudio.com/ProjectReunion/_build/results?buildId=120206406&view=results |
Drive-by: improve CoCreateInstance call (avoids leaks and hardcoded GUID)
Solves microsoft/cppwinrt#1485
A microsoft employee must use /azp run to validate using the pipelines below.
WARNING:
Comments made by azure-pipelines bot maybe inaccurate.
Please see pipeline link to verify that the build is being ran.
For status checks on the main branch, please use TransportPackage-Foundation-PR
(https://microsoft.visualstudio.com/ProjectReunion/_build?definitionId=81063&_a=summary)
and run the build against your PR branch with the default parameters.