Skip to content

Commit

Permalink
Try run kxp-update before CI restore
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkyjac committed Oct 21, 2024
1 parent b3b9189 commit 9fb7830
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ jobs:
/tec:False
if: endsWith(env.DATABASE_BACKUP_FILENAME, '.bacpac')

- name: Upgrade XbK to latest version
run: |
dotnet run --no-build --kxp-update
- name: Restore CI Repository
working-directory: "./scripts"
run: |
Expand Down

0 comments on commit 9fb7830

Please sign in to comment.