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 456fdcb commit 4527dcdCopy full SHA for 4527dcd
.github/workflows/build.yml
@@ -84,14 +84,12 @@ jobs:
84
85
- name: Restore nuget packages
86
shell: pwsh
87
- run: |
88
- Write-Host "==== Restore Nuget packages ====" -ForegroundColor Green
+ run: |
89
dotnet restore ${{github.workspace}}\repo\OpenHAB.Windows.sln --force --no-cache
90
91
- name: Build OpenHab Windows App
92
93
run: |
94
- Write-Host "==== Build app package ====" -ForegroundColor Green
95
dotnet msbuild ${{github.workspace}}\repo\OpenHAB.Windows.sln `
96
-property:Platform="x86" `
97
-property:AppxBundlePlatforms="${{inputs.bundle_Platforms}}" `
0 commit comments