env: AZURE_WEBAPP_NAME:StartFMS-BackendAPI# set this to your application's name AZURE_WEBAPP_PACKAGE_PATH:'.'# set this to the path to your web app project, defaults to the repository root DOTNET_VERSION:'6.0.x'# set this to the dot net version to use
on: push: branches: -master workflow_dispatch: env: AZURE_WEBAPP_NAME:StartFMS-BackendAPI# set this to your application's name AZURE_WEBAPP_PACKAGE_PATH:'.'# set this to the path to your web app project, defaults to the repository root DOTNET_VERSION:'6.0.x'# set this to the dot net version to use
jobs: build: runs-on:windows-latest# 若使用 net core 可以改成 ubuntu-latest