-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Download using new APIs #25800
Download using new APIs #25800
Conversation
mono is no longer found on machines
Zip(assetsDir, $"{assetsDir}.zip"); | ||
foreach (var nupkg in GetFiles($"{assetsDir}/**/*.nupkg")) | ||
DeleteFile(nupkg); | ||
Zip(assetsDir, $"{assetsDir}.zip"); |
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.
I have no idea how this ever worked... We delete and then zip? Seems to have always been like that since my first commit??? #2415
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.
were we actually shipping anything extra?
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.
D:/a/1/s/eng/devices/windows.cake(99,57): error CS0104: 'HashAlgorithmName' is an ambiguous reference between 'NuGet.Common.HashAlgorithmName' and 'System.Security.Cryptography.HashAlgorithmName'
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.
What happens if we remove this ? will it fail to build/sign ?
This is used to upload symbols to symweb. |
Description of Change
mono is no longer found on machines, so we need to use the NuGet APIs directly.