diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index cafb7d6..7cb7b4c 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -129,6 +129,11 @@ jobs: esac fi + - name: Nuget package installation + working-directory: ${{ matrix.dir }} + run: | + dotnet restore + - name: Build samples working-directory: ${{ matrix.dir }} run: |