Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
343 stars 109 forks source link

Add step to compile for Prod deployment #370

Closed KSchlobohm closed 3 months ago

KSchlobohm commented 3 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.