Skip to content

Commit 993e0e6

Browse files
committed
Remove zip task
1 parent ab478de commit 993e0e6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy-to-azure.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ jobs:
5353
- name: dotnet publish
5454
run: dotnet publish server/BffMicrosoftEntraID.Server.csproj -c Release -o ./temp
5555

56-
# - name: Create Zip
57-
# shell: pwsh
58-
# run: |
59-
# cd ./temp
60-
# zip -r ../app.zip ./*
61-
6256
- name: Upload artifact for deployment job
6357
uses: actions/upload-artifact@v4
6458
with:

0 commit comments

Comments
 (0)