diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 02acf0a..93ff793 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,9 +20,6 @@ jobs: - name: Setup NuGet uses: NuGet/setup-nuget@v1.0.5 - - name: Debug env - run: echo nuget restore $(SOLUTION) - - name: Restore dependencies run: nuget restore DarkUI.sln