diff --git a/.github/workflows/azure-webapps-dotnet-core.yml b/.github/workflows/azure-webapps-dotnet-core.yml index 1241e05..2799430 100644 --- a/.github/workflows/azure-webapps-dotnet-core.yml +++ b/.github/workflows/azure-webapps-dotnet-core.yml @@ -83,4 +83,5 @@ jobs: with: app-name: ${{ env.AZURE_WEBAPP_NAME }} publish-profile: ${{ secrets.ASP_CORE_WEB_01_PUBLISH_PROFIL }} - package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }} \ No newline at end of file + package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }} + diff --git a/README.md b/README.md index 6ec73fb..f015505 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# aspnet-core-github-workflow-demo \ No newline at end of file +## aspnet-core-github-workflow-demo +##Aug Changes