From 6acb8a29f8458af9eb77826eb30bb44efd1a506a Mon Sep 17 00:00:00 2001 From: makikvues Date: Tue, 6 Jul 2021 14:18:31 +0200 Subject: [PATCH] - added source-url --- .github/workflows/CI-winpeas_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI-winpeas_test.yml b/.github/workflows/CI-winpeas_test.yml index 3373ad6..52c74b8 100644 --- a/.github/workflows/CI-winpeas_test.yml +++ b/.github/workflows/CI-winpeas_test.yml @@ -30,6 +30,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: '4.5.2' + source-url: https://www.nuget.org/packages/rb.DotNet4.5.2 # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe