Skip to content

Commit

Permalink
Add nuget package restore step
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hofmann <oss@hoffe.org>
  • Loading branch information
hoffe86 committed Feb 25, 2024
1 parent bfd2bee commit 347a14f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ jobs:
run: |
.\.sonar\scanner\dotnet-sonarscanner begin /k:"openhab_openhab-windows" /o:"openhab" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
- name: Restore nuget packages
shell: pwsh
run: |
Write-Host "==== Restore Nuget packages ====" -ForegroundColor Green
nuget restore ${{github.workspace}}\repo\OpenHAB.Windows.sln
- name: Build OpenHab Windows App
shell: pwsh
run: |
Expand Down

0 comments on commit 347a14f

Please sign in to comment.