From 9fb7830a5857580da8ba917cd2aabdd0d86ca532 Mon Sep 17 00:00:00 2001 From: Martin Kyjac Date: Mon, 21 Oct 2024 15:42:52 +0200 Subject: [PATCH] Try run kxp-update before CI restore --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: |