Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKuschnik authored Dec 1, 2024
1 parent 7eec6e9 commit 794a80c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
with:
vs-version: '17.11'

- name: Restore NuGet packages
run: dotnet restore
Expand All @@ -49,13 +47,6 @@ jobs:
# 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: Dump winnt.h
run: 'Get-Content "C:\Program Files (x86)\Windows Kits\10\Include\10.0.26100.0\um\winnt.h"'




- 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 794a80c

Please sign in to comment.