From c3f9acf81cc9ed4e6fab64f9b157f5151e6b3ad7 Mon Sep 17 00:00:00 2001 From: Eugene <151620493+asv-soft-u03@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:13:49 +0300 Subject: [PATCH] Update Windows CI.yml --- .github/workflows/Windows CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Windows CI.yml b/.github/workflows/Windows CI.yml index 6d7011d..ae11cb2 100644 --- a/.github/workflows/Windows CI.yml +++ b/.github/workflows/Windows CI.yml @@ -76,7 +76,7 @@ jobs: # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application - run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration + run: msbuild src/Asv.Avalonia.ToolKit/$env:Solution_Name env: Configuration: ${{ matrix.configuration }}