From 8f3e58e4348b0cdfc3154b87fff2160f7855928e Mon Sep 17 00:00:00 2001 From: Omer C <639682+omercnet@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:56:21 +0200 Subject: [PATCH] fix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf2b8b8..dfe4964 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: with: dotnet-version: ${{ matrix.dotnet-version }} - name: Install dependencies - run: dotnet restore + run: dotnet restore --locked-mode ./Descope - name: Build with dotnet run: dotnet build --no-restore --configuration Release - name: Test with dotnet