Skip to content

Commit a53a2b5

Browse files
authored
Update build process with nuget
1 parent 3d1c72c commit a53a2b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-driver.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Build driver
2323
shell: bash
2424
run: |
25+
nuget.exe restore ./AmtPtpDeviceUsbUm/MagicTrackpad2PtpDevice.vcxproj
26+
nuget.exe restore ./AmtPtpHidFilter/AmtPtpHidFilter.vcxproj
2527
msbuild.exe ./AmtPtpDeviceUsbUm/MagicTrackpad2PtpDevice.vcxproj -p:Configuration=Release -p:Platform=x64
2628
msbuild.exe ./AmtPtpHidFilter/AmtPtpHidFilter.vcxproj -p:Configuration=Release -p:Platform=x64
2729
mkdir bin

0 commit comments

Comments
 (0)