diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2fc9812..a13005f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,6 +48,8 @@ jobs: - name: Setup NuGet.exe for use with actions uses: NuGet/setup-nuget@v1.0.2 + + - name: Update NuGet run: nuget.exe update -self - name: Restore NuGet packages