Answers for "c# core deploy on gcp with powershell"

C#
0

c# core deploy on gcp with powershell

dotnet publish -c Release
gcloud beta app deploy .\WebApiTemplate\bin\Release\netcoreapp2.1\publish\app.yaml
Posted by: Guest on October-05-2020

C# Answers by Framework

Browse Popular Code Answers by Language