question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dotnet publish (3.0)

See original GitHub issue

From @pranavkm on Monday, September 23, 2019 6:04:07 PM

From @zygimantas on Monday, September 23, 2019 5:46:20 PM

[Enter feedback here]

.NET 3.0 breaking change - I had to change after upgrade from 2.2 to 3.0:

dotnet publish --configuration=Release --no-restore --output=../../dist src/Website

to

dotnet publish --configuration=Release --no-restore --output=dist src/Website


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Copied from original issue: aspnet/AspNetCore.Docs#14494

Copied from original issue: aspnet/AspNetCore#14262

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
zygimantascommented, Sep 27, 2019

3.0 way is more natural

0reactions
livarcocccommented, Sep 30, 2019

This change was by design and aligns the CLI with the majority of other command line tools out there regarding this behavior.

Read more comments on GitHub >

github_iconTop Results From Across the Web

dotnet publish command - .NET CLI
dotnet publish - Publishes the application and its dependencies to a folder for deployment to a hosting system.
Read more >
Publish.net core 3.0 as FDE for win on linux
Publishing runs in docker container (Gitlab CI) using official image mcr.microsoft.com/dotnet/core/sdk:3.0. Publish command is dotnet publish -f ...
Read more >
Publishing A Single EXE File In .NET Core 3.0
Publishing A Single EXE File In .NET Core 3.0 · Publish the project from the current directory · Build the project to run...
Read more >
dotnet publish (3.0) · Issue #10512
NET 3.0 breaking change - I had to change after upgrade from 2.2 to 3.0: dotnet publish --configuration=Release --no-restore --output=../.
Read more >
Exploring .NET Core 3.0. What's New?
NET Core 3.0 is the latest version of C#. In addition to some internal improvements to the compiler, C# 8 brings a few...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found