Questions tagged [visual-studio-publish]

Questions about publish tool from Visual Studio UI and dotnet cli -publish command.

Publish has many targets and options:

  1. to file system
  2. to web package
  3. to IIS directly
  4. to clouds

More on the vendor's page: https://learn.microsoft.com/en-us/visualstudio/deployment/quickstart-deploy-to-azure?view=vs-2017

19 questions
0
votes
2 answers

.NET Core 3.1 API fails when using DevOps CI/CD

Deploying a .NET Core 3.1 API Application to an Azure WebApp fails when using DevOps CI/CD Release Pipeline but succeeds when Publishing from Visual Studio Create .NET Core 3.1 Api App Create Azure Web App Create a new resource of type “Web…
0
votes
0 answers

Error MSB3644 during publish solution in Visual studio for Mac

I use Visual Studio for Mac 8.5.4 (the latest at this moment). My solution contains asp.net core app with target framework 3.0 with a few Portal Library projects with some logic. I'm able to build and run the application successfully, but not…
0
votes
1 answer

I am unable to see/ preview Application settings while publishing app to azure

I just started working with Azure platform. I tried to publish a azure function to Azure cloud to see how it works. I see that i am unable to preview the application settings is there anything I am missing ? FYI I followed these steps: Right click…
0
votes
1 answer

Azure Function fails to publish with 'PackageDependencyResolution.targets' error

Not sure how to fix this, but I received this error when tryig to publish one of my azure functions. FYI - I have the project set to .Net 4.6.2, as well as the other projects that have dependencies. The project builds but just doesn't…
chuckd
  • 13,460
  • 29
  • 152
  • 331
1
2