-
Notifications
You must be signed in to change notification settings - Fork 120
Remove PublishedPath from release manifest #6334
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
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/dotnet-monitor/actions/runs/8470137525 |
/backport to release/7.x |
Started backporting to release/7.x: https://github.com/dotnet/dotnet-monitor/actions/runs/8470140784 |
/backport to release/6.x |
Started backporting to release/6.x: https://github.com/dotnet/dotnet-monitor/actions/runs/8470144789 |
Summary
Remove
PublishedPath
from the release manifest to avoid writing SAS tokens into the manifest. This path is largely not needed except by the nuget publishing process; this process was updated to use the file found locally since it is already staged at where the script would download it.Validation build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2416325&view=results
Release Notes Entry