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.

Need to create MSBuild-based "publish" command

See original GitHub issue

Today there is no MSBuild-based “publish” command. We should create one that publishes MSBuild projects and takes the applicable options that dotnet publish takes today.

In order to provide the correct behavior for self-contained apps, we need https://github.com/NuGet/Home/issues/3465 to be supported.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
wjkcommented, Sep 29, 2016

@eerhardt That did it! .NET CLI with MSBuild now publishes successfully.

0reactions
emgartencommented, Sep 30, 2016

what do you guys think about adding this package to the dotnet-core feed, so every customer doesn’t need to add the nugetbuild feed to all of their configs?

Sounds like a good idea to me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Publish Web with msbuild? - asp.net
This will compile, package (with web.config transformation), and save the output as artifacts. The only thing missing is copying the output to a ......
Read more >
Publish with Msbuild - Developer Community
You can pass /p:PublishUrl="newpath" to the msbuild command. You would also see this set in the csproj file which you can change. Hope...
Read more >
To publish a .NET Core project using the msbuild ...
To publish a .NET Core project using the msbuild command line · The publish target. · The SelfContained parameter set to true or...
Read more >
dotnet publish command - .NET CLI
The dotnet publish command calls MSBuild, which invokes the Publish target. If the IsPublishable property is set to false for a particular ...
Read more >
publish-samples/publish-using-msbuild.md at master
Create a sample publish profile in Visual Studio. Inspect that publish profile to determine what MSBuild properties you need to pass in on...
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