Push with --no-symbols should also not push symbols.nupkg #5442
Labels
Area:Logging
Category:Quality Week
Issues that should be considered for quality week
Functionality:Push
Priority:2
Issues for the current backlog.
Product:dotnet.exe
Type:DCR
Design Change Request
Milestone
Details about Problem
The command
dotnet nuget push
works as expected but reports wrong output.dotnet.exe --info:
.NET Command Line Tools (2.0.0-preview1-005977)
Product Information:
Version: 2.0.0-preview1-005977
Commit SHA-1 hash: 414cab8a0b
Runtime Environment:
OS Name: Windows
OS Version: 10.0.15063
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\2.0.0-preview1-005977\
Microsoft .NET Core Shared Framework Host
Version : 2.0.0-preview1-002111-00
Build : 1ff021936263d492539399688f46fd3827169983
Detailed repro steps so we can see the same problem
dotnet pack
command with--include-symbols
option.dotnet nuget push
command with--no-symbols
option (symbol packages created with thedotnet pack
command are being pushed to a symbol server rather than the package server)....
The text was updated successfully, but these errors were encountered: