Disable symbol creation for now#3580
Merged
mmitche merged 2 commits intorelease/3.0.100-preview9from Aug 27, 2019
Merged
Conversation
mmitche
approved these changes
Aug 27, 2019
livarcocc
added a commit
that referenced
this pull request
Aug 29, 2019
… merges/release/3.0.100-preview9-to-release/3.0.1xx * upstream/release/3.0.100-preview9: Disable symbol creation for now (#3580) add PublishUsingPipelines parameter to publish-build-assets template (#3569) (#3578) Update dependencies from https://github.com/dotnet/core-setup build 20190823.09 (#3576) Update dependencies from https://github.com/NuGet/NuGet.Client build 5.3.0.6192 (#3571) Always gather logs Fix code for NoWarn Ignore NuGet warning to workaround NuGet bug Update CLI to 3.0.100-preview9-013985. [release/3.0.100-preview9] Update dependencies from dotnet/core-setup (#3554) Updating nuget version and adding it to Version.Details.xml for DARC updates. Update dependencies from https://github.com/dotnet/arcade build 20190821.1 (#3557) Conflicts: eng/Version.Details.xml eng/Versions.props
dsplaisted
pushed a commit
to dsplaisted/sdk
that referenced
this pull request
Feb 19, 2020
….2 (dotnet#3580) - Microsoft.NET.Sdk - 3.1.100-preview3.19564.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The symbol packages getting created were causing conflicts in SignToolTask. Disabling the symbol creation until the proper adjustments are made to prevent inadvertently signing symbol packages.
/cc @riarenas