Azure / modern-web-app-pattern-dotnet

The Modern Web App Pattern is a set of objectives to help you apply an iterative change to modernize a cloud deployed monolith. This content builds on the Reliable Web App. This repo contains a reference implementation of a Modern Web App for .NET.
https://aka.ms/eap/mwa/dotnet/doc
MIT License
71 stars 7 forks source link

Add step to compile for Prod deployment #244

Closed KSchlobohm closed 7 months ago

KSchlobohm commented 7 months ago

Before running the SCP command the testing process assumes that the reader has already compiled the code. This PR addresses that hidden assumption by adding a command the reader can execute.