diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1915d27..3d9ae8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |