Skip to content

Commit 300e840

Browse files
committed
Enhance build workflow by forcing NuGet package restore and adding Microsoft.WindowsAppSDK package
1 parent fed9ff4 commit 300e840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
shell: pwsh
8787
run: |
8888
Write-Host "==== Restore Nuget packages ====" -ForegroundColor Green
89-
dotnet restore ${{github.workspace}}\repo\OpenHAB.Windows.sln
89+
dotnet restore ${{github.workspace}}\repo\OpenHAB.Windows.sln --force --no-cache
90+
dotnet add ${{github.workspace}}\repo\OpenHAB.Windows.sln package Microsoft.WindowsAppSDK
9091
9192
- name: Build OpenHab Windows App
9293
shell: pwsh

0 commit comments

Comments
 (0)