Skip to content

Commit

Permalink
Merge branch 'MultipleLanguages' of https://github.com/statisticsswed…
Browse files Browse the repository at this point in the history
…en/DataportalXML into MultipleLanguages
  • Loading branch information
jerikso committed Jun 12, 2023
2 parents 9c4010e + 9674a49 commit 58b542b
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 58b542b

Please sign in to comment.