-
Notifications
You must be signed in to change notification settings - Fork 378
SymUploader removal stage 2: Use symbolrequest workflow to promote to internal/external symbol servers #15055
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
SymUploader removal stage 2: Use symbolrequest workflow to promote to internal/external symbol servers #15055
Conversation
220fcd8 to
670b117
Compare
src/Microsoft.DotNet.Build.Tasks.Feed/src/PublishArtifactsInManifestBase.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Build.Tasks.Feed/src/PublishArtifactsInManifestBase.cs
Show resolved
Hide resolved
src/Microsoft.DotNet.Build.Tasks.Feed/src/PublishArtifactsInManifestBase.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Build.Tasks.Feed/src/PublishArtifactsInManifestBase.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Build.Tasks.Feed/src/model/TargetFeedConfig.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Build.Tasks.Feed/src/PublishArtifactsInManifestBase.cs
Outdated
Show resolved
Hide resolved
|
Does this wait for the symbol promotion to PPE/prod to complete, or does it just exit after submitting the request? Is it okay to just exit after submission? |
4af02b6 to
23b2179
Compare
We can add it as an exit criteria or an insertion criteria. But their workflow doesn't have a synchronous option. You call and wait for completion later. |
4d06849 to
7d36687
Compare
|
The final test with all changes and proposed yaml change: https://dev.azure.com/dnceng/internal/_build/results?buildId=2535794 |
No description provided.