Difference between revisions of "Publish Project to AWS"

From MgmtWiki
Jump to: navigation, search
(Full Title or Meme)
(Solution)
Line 5: Line 5:
 
==Problems==
 
==Problems==
 
==Solution==
 
==Solution==
 +
# Prepare a project with all dependencies marked.
 +
# Add a deployment file (see section below)
 +
 +
===Deployment File===
 +
 
==References==
 
==References==
 
* [https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish dotnet publish]
 
* [https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish dotnet publish]
  
 
[[Category:Best Practice]]
 
[[Category:Best Practice]]

Revision as of 11:20, 5 June 2020

Full Title or Meme

Build and zip a Visual Studio dot net core 2.1+ Project for publication to Amazon Web Services.

Context

Problems

Solution

  1. Prepare a project with all dependencies marked.
  2. Add a deployment file (see section below)

Deployment File

References