From 7c49ada33c1769907e309e6475bf11a31363e79b Mon Sep 17 00:00:00 2001 From: Sam Smith Date: Mon, 16 Oct 2023 07:24:27 -0400 Subject: [PATCH] Package updates oct16 (#818) * Updated actions * Updated packages --- .github/workflows/aspnetcore.yml | 6 +++--- .../FeatureFlags.FunctionalTests.csproj | 4 ++-- FeatureFlags/FeatureFlags.Tests/FeatureFlags.Tests.csproj | 2 +- FeatureFlags/FeatureFlags.Web/FeatureFlags.Web.csproj | 2 +- FeatureFlags/FeatureFlags.Web2/FeatureFlags.Web2.csproj | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index 83e83f5b..57a5a5f7 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -166,7 +166,7 @@ jobs: #Deploy service and website to Azure staging slots - name: Deploy web service to Azure WebApp - uses: Azure/webapps-deploy@v2.2.11 + uses: Azure/webapps-deploy@v3 with: app-name: featureflags-prod-eu-service package: serviceapp @@ -174,13 +174,13 @@ jobs: - name: Set service secrets run: az webapp config appsettings set --name "featureflags-prod-eu-service" --resource-group "FeatureFlags" --settings "AppSettings:ClientSecret=${{ secrets.ClientSecret }}" #--slot staging - name: Deploy website to Azure WebApp - uses: Azure/webapps-deploy@v2.2.11 + uses: Azure/webapps-deploy@v3 with: app-name: featureflags-prod-eu-web package: webapp #slot-name: staging - name: Deploy website demo to Azure WebApp - uses: Azure/webapps-deploy@v2.2.11 + uses: Azure/webapps-deploy@v3 with: app-name: featureflagsdemo-prod-eu-web package: webappDemo diff --git a/FeatureFlags/FeatureFlags.FunctionalTests/FeatureFlags.FunctionalTests.csproj b/FeatureFlags/FeatureFlags.FunctionalTests/FeatureFlags.FunctionalTests.csproj index 12547dcf..6da82fcd 100644 --- a/FeatureFlags/FeatureFlags.FunctionalTests/FeatureFlags.FunctionalTests.csproj +++ b/FeatureFlags/FeatureFlags.FunctionalTests/FeatureFlags.FunctionalTests.csproj @@ -16,8 +16,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/FeatureFlags/FeatureFlags.Tests/FeatureFlags.Tests.csproj b/FeatureFlags/FeatureFlags.Tests/FeatureFlags.Tests.csproj index e289fd5d..e902d371 100644 --- a/FeatureFlags/FeatureFlags.Tests/FeatureFlags.Tests.csproj +++ b/FeatureFlags/FeatureFlags.Tests/FeatureFlags.Tests.csproj @@ -27,7 +27,7 @@ - + diff --git a/FeatureFlags/FeatureFlags.Web/FeatureFlags.Web.csproj b/FeatureFlags/FeatureFlags.Web/FeatureFlags.Web.csproj index 25dc4533..4c6c41b2 100644 --- a/FeatureFlags/FeatureFlags.Web/FeatureFlags.Web.csproj +++ b/FeatureFlags/FeatureFlags.Web/FeatureFlags.Web.csproj @@ -12,7 +12,7 @@ - + diff --git a/FeatureFlags/FeatureFlags.Web2/FeatureFlags.Web2.csproj b/FeatureFlags/FeatureFlags.Web2/FeatureFlags.Web2.csproj index 046e270a..8459d533 100644 --- a/FeatureFlags/FeatureFlags.Web2/FeatureFlags.Web2.csproj +++ b/FeatureFlags/FeatureFlags.Web2/FeatureFlags.Web2.csproj @@ -10,7 +10,7 @@ - +