diff --git a/.github/workflows/amf-functions.yml b/.github/workflows/amf-functions.yml index c1c00daf..f9fbabfb 100644 --- a/.github/workflows/amf-functions.yml +++ b/.github/workflows/amf-functions.yml @@ -7,13 +7,13 @@ on: # Triggers the workflow on push or pull request events but only for the 'main' branch push: paths-ignore: - - "src/AnimeFeedManager.WebApp**" + - "src/AnimeFeedManager.Web**" - "**/*.md" branches: - main pull_request: paths-ignore: - - "src/AnimeFeedManager.WebApp**" + - "src/AnimeFeedManager.Web**" - "**/*.md" types: [opened, synchronize, reopened, closed] branches: @@ -25,7 +25,7 @@ on: env: AZURE_FUNCTIONAPP_PACKAGE_PATH: "./src/AnimeFeedManager.Functions" # set this to the path to your web app project, defaults to the repository root TEST_PROJECT_PATH: "./src/AnimeFeedManager.Features.Tests" - DOTNET_VERSION: "7.0.x" # set this to the dotnet version to use + DOTNET_VERSION: "8.0.x" # set this to the dotnet version to use # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/.github/workflows/azure-static-web-apps-delightful-smoke-0eded0c0f.yml b/.github/workflows/azure-static-web-apps-delightful-smoke-0eded0c0f.yml index 3330a0af..163104ab 100644 --- a/.github/workflows/azure-static-web-apps-delightful-smoke-0eded0c0f.yml +++ b/.github/workflows/azure-static-web-apps-delightful-smoke-0eded0c0f.yml @@ -3,7 +3,7 @@ name: AMF Azure Static App on: push: paths: - - "src/AnimeFeedManager.WebApp**" + - "src/AnimeFeedManager.Web**" - "src/AnimeFeedManager.Features.Common/**" - "!deployment/**" - "!**/*.md" @@ -11,7 +11,7 @@ on: - main pull_request: paths: - - "src/AnimeFeedManager.WebApp**" + - "src/AnimeFeedManager.Web**" - "src/AnimeFeedManager.Features.Common/**" - "!deployment/**" - "!**/*.md" @@ -20,7 +20,7 @@ on: - main env: TEST_PROJECT_PATH: "./src/AnimeFeedManager.WebApp.Tests" - DOTNET_VERSION: "7.0.x" # set this to the dotnet version to use + DOTNET_VERSION: "8.0.x" # set this to the dotnet version to use jobs: build_and_deploy_job: