Skip to content

Commit

Permalink
Merge branch '38-getdeviceproperties-need-setpropertyvalue-method-has…
Browse files Browse the repository at this point in the history
…-an-array-overload' of https://github.com/MartinKuschnik/WmiLight into 38-getdeviceproperties-need-setpropertyvalue-method-has-an-array-overload
  • Loading branch information
MartinKuschnik committed Dec 1, 2024
2 parents 45ecdd0 + 794a80c commit 81755db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
dotnet-version: 8.x

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.1.3
uses: microsoft/setup-msbuild@v2

- name: Restore NuGet packages
run: dotnet restore
Expand All @@ -35,18 +35,18 @@ jobs:
run: |
echo "${{ secrets.PRIVATE_KEY }}" > WmiLight\private_key.base64
certutil -decode WmiLight\private_key.base64 WmiLight\private_key.snk
rm WmiLight\private_key.base64 -v
rm WmiLight\private_key.base64
- name: Build .Net Lib
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} WmiLight\WmiLight.csproj

- name: Cleanup Private Key
run: rm WmiLight\private_key.snk -v
run: rm WmiLight\private_key.snk

- name: Build Native dynamic Lib (x64)
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:ConfigurationType=DynamicLibrary /p:Platform=x64 WmiLight.Native\WmiLight.Native.vcxproj

- name: Build Native dynamic Lib (x86)
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:ConfigurationType=DynamicLibrary /p:Platform=x86 WmiLight.Native\WmiLight.Native.vcxproj
Expand Down

0 comments on commit 81755db

Please sign in to comment.