From c70fa1c1a9c55797ee7ba9e304cb4f19f826a3e2 Mon Sep 17 00:00:00 2001 From: Jim Vacca <33520581+MSFTJim@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:20:23 -0400 Subject: [PATCH] clean: true --- .github/workflows/BuildDeploy-Frontend.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/BuildDeploy-Frontend.yaml b/.github/workflows/BuildDeploy-Frontend.yaml index 48f4dc7..d185da7 100644 --- a/.github/workflows/BuildDeploy-Frontend.yaml +++ b/.github/workflows/BuildDeploy-Frontend.yaml @@ -52,7 +52,8 @@ jobs: uses: Azure/webapps-deploy@v3.0.1 with: #app-name: 'Cocktail-Frontend' - publish-profile: ${{ secrets.COCKTAIL_FRONTEND_MCAPS_F25_PUBLISH_PROFILE }} + publish-profile: ${{ secrets.COCKTAIL_FRONTEND_MCAPS_F25_PUBLISH_PROFILE }} + clean: true # Enter an existing Slot other than the Production slot #slot-name: prod2 # Applies to Web App only: Path to package or folder. *.zip, *.war, *.jar or a folder to deploy