-
Notifications
You must be signed in to change notification settings - Fork 258
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
dotnet pack no longer reports the .nupkg path #13998
Comments
This one is blocked in Terminal Logger until we complete dotnet/msbuild#9608, at which point we will have a compatible, declarative way for Targets like Pack to declare their outputs so we can report them in a unified way, instead of the ad-hoc reporting we've done to date. |
In the interim, I believe that message should come back even on terminal logger if you add EDIT: yes, that is indeed the case, here's the output from me packing FsAutoComplete:
|
@joelverhagen if you felt like it and wanted to help us out to make it easier to do a short-term workaround, if this message Had an MSBuild Code or something on it that we could detect, we could do the same workaround for Pack that we've done for build/publish for output detection. |
I will let client team assess whether this needs a workaround or not. It just was a minor paper cut while I was pair programming with someone. I wanted to immediately copy the package path for a subsequent |
NuGet Product(s) Affected
dotnet.exe
Current Behavior
.NET 9.0.100
.NET 8.0.404
Desired Behavior
In .NET 6 SDK this worked fine and I thought it used to work in older versions of NET 8 SDK, but I don't have an older version.
.NET 6.0.428
Additional Context
No response
The text was updated successfully, but these errors were encountered: