Skip to content

Commit

Permalink
Add Extension, Encryption, Reporting to nuget command
Browse files Browse the repository at this point in the history
Also change command style: NuGet/Home#8580
  • Loading branch information
hf-aschloegl committed Sep 15, 2021
1 parent 8aae495 commit c3d9f97
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/protobuf_v2_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: dotnet pack --configuration Release --version-suffix "protobuf-v2-${{github.sha}}"
- name: Nuget push core
run: |
for f in /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E/bin/Release/*.nupkg
do
curl -vX PUT -u "[user]:${{ secrets.GITHUB_TOKEN }}" -F package=@$f https://nuget.pkg.github.com/hochfrequenz/
done
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/

0 comments on commit c3d9f97

Please sign in to comment.