Copyright © 2015-2023 ALTERBOOTH inc. All Rights Reserved.
デプロイするプログラムを作成
• Webアプリケーションのテンプレートそのまま
• SDKのバージョンをdotnet6に
• GitHubにpushしておく
% dotnet new globaljson --sdk-version 6.0.415
% dotnet new webapp
% git init
% git add .
% git commit -m "initial commit"
% git remote add origin
[email protected]:kenichiro-kimura/AppRunnerTest-dotnet6.git
% git branch -M master
% git push -u origin master