From c3042dbc48f334f7950a1b95be4918d3d1ead530 Mon Sep 17 00:00:00 2001 From: Nguyen Van Dat <98032325+datsunbae@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:09:52 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a930fb..925d1f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: run: dotnet build ./src/API/CleanArchitecture.Api/CleanArchitecture.Api.csproj --configuration Release --no-restore - name: Publish - run: dotnet publish ./src/API/CleanArchitecture.Api/CleanArchitecture.Api.csproj --configuration Release --no-build --output '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}' + run: dotnet publish ./src/API/CleanArchitecture.Api/CleanArchitecture.Api.csproj --configuration Release --output '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}' - name: Deploy to Azure Web App uses: azure/webapps-deploy@v2