Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jerikso authored Jun 12, 2023
1 parent df41b60 commit 9674a49
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@ jobs:
- uses: NuGet/setup-nuget@v1

- name: Restore NuGet packages
working-directory: ./Source/
run: nuget restore


- name: Build the application
working-directory: ./Source/
run: msbuild /p:Configuration=Release

- name: Depoly to Nuget
working-directory: ./Source/Px.Rdf/
- name: Deploy to Nuget
working-directory: ./Px.Dcat/
run: |
$package = Get-ChildItem -Recurse -Filter *.nupkg
nuget push $package $env:nuget_api_key -src https://nuget.org
Expand Down

0 comments on commit 9674a49

Please sign in to comment.