Skip to content

Commit

Permalink
Clear Build output to Release folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthurvdv committed Dec 19, 2023
1 parent bd2dbd2 commit b08f7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
asset_name: BusinessCentral.LinterCop.current.dll
asset_content_type: application/octet-stream
- name: Clear Build output
run: Remove-Item -Path "bin/Debug" -Force -Recurse -Verbose;
run: Remove-Item -Path "bin/Release" -Force -Recurse -Verbose;
- name: Unzip vsix next
run: >
Remove-Item -Path "ms-dynamics-smb.al-latest" -Force -Recurse -Verbose;
Expand Down

0 comments on commit b08f7fa

Please sign in to comment.