From 2f3aa031d3b7a816fa9f47315aa962a5d8165470 Mon Sep 17 00:00:00 2001 From: nickle Date: Sun, 28 Jan 2024 14:31:53 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Updating=20deployment=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/amf-functions.yml | 6 +++--- .../azure-static-web-apps-delightful-smoke-0eded0c0f.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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: