From dfd00fad87c8ee726f37be3af15bcfd052eeb9f5 Mon Sep 17 00:00:00 2001 From: Artyom Tonoyan Date: Tue, 5 Jan 2021 20:42:48 +0400 Subject: [PATCH] Update Deploy to NuGet.yml --- .github/workflows/Deploy to NuGet.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Deploy to NuGet.yml b/.github/workflows/Deploy to NuGet.yml index 4dadaf7..9d72544 100644 --- a/.github/workflows/Deploy to NuGet.yml +++ b/.github/workflows/Deploy to NuGet.yml @@ -10,7 +10,6 @@ env: PROJECT_PATH: 'Artnix.Scheduler/Artnix.Scheduler.sln' PROJECT_OUTPUT_DIR: ${{ github.workspace }}\artifacts NUGET_SOURCE_URI: 'https://api.nuget.org/v3/index.json' - # PACK_CONFIG: --no-restore --no-build --configuration Release --include-symbols --output ${{ env.PROJECT_OUTPUT_DIR }} jobs: deploy: