We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed9ff4 commit 300e840Copy full SHA for 300e840
.github/workflows/build.yml
@@ -86,7 +86,8 @@ jobs:
86
shell: pwsh
87
run: |
88
Write-Host "==== Restore Nuget packages ====" -ForegroundColor Green
89
- dotnet restore ${{github.workspace}}\repo\OpenHAB.Windows.sln
+ dotnet restore ${{github.workspace}}\repo\OpenHAB.Windows.sln --force --no-cache
90
+ dotnet add ${{github.workspace}}\repo\OpenHAB.Windows.sln package Microsoft.WindowsAppSDK
91
92
- name: Build OpenHab Windows App
93
0 commit comments