From a025aa95fe6379966cc4853623c3f3e487612e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Annika=20Schl=C3=B6gl?= Date: Wed, 15 Sep 2021 11:22:18 +0200 Subject: [PATCH] Replace --source with -Source NuGet.Commands.CommandException: Unknown option: '--source' --- .github/workflows/protobuf_v2_legacy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/protobuf_v2_legacy.yml b/.github/workflows/protobuf_v2_legacy.yml index 506cf5df..bca6f5df 100644 --- a/.github/workflows/protobuf_v2_legacy.yml +++ b/.github/workflows/protobuf_v2_legacy.yml @@ -29,7 +29,7 @@ jobs: - name: Nuget push core run: | nuget setApiKey ${{ secrets.GITHUB_TOKEN }} - nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E/bin/Release/*.nupkg --source https://nuget.pkg.github.com/hochfrequenz/ - nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E.Extensions/bin/Release/*.nupkg --source https://nuget.pkg.github.com/hochfrequenz/ - nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E.Reporting/bin/Release/*.nupkg --source https://nuget.pkg.github.com/hochfrequenz/ - nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E-dotnet.Encryption/bin/Release/*.nupkg --source https://nuget.pkg.github.com/hochfrequenz/ \ No newline at end of file + nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E/bin/Release/*.nupkg -Source https://nuget.pkg.github.com/hochfrequenz/ + nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E.Extensions/bin/Release/*.nupkg -Source https://nuget.pkg.github.com/hochfrequenz/ + nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E.Reporting/bin/Release/*.nupkg -Source https://nuget.pkg.github.com/hochfrequenz/ + nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E-dotnet.Encryption/bin/Release/*.nupkg -Source https://nuget.pkg.github.com/hochfrequenz/ \ No newline at end of file