| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

Google App Engine(.NET)

提供: MyMemoWiki
2020年2月15日 (土) 07:32時点におけるPiroto (トーク | 投稿記録)による版 (ページの作成:「==Google App Engine(.NET)== *https://cloud.google.com/appengine/docs/flexible/dotnet/?hl=ja ====Google Cloud Tools for Visual Studio==== *https://cloud.google.com/to…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

Google App Engine(.NET)

Google Cloud Tools for Visual Studio

0575 google cloud tools for vs.png

流れ

gcloud app create
dotnet publish -c release
gcloud app deploy ./bin/Release/netcoreapp2.1/publish/app.yaml
gcloud app browse