Created
December 25, 2020 05:30
-
-
Save MelbourneDeveloper/031fd34628ed00caa50f3f28f3264c3a to your computer and use it in GitHub Desktop.
Device.Net Build Batch File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clean -x -f -d | |
| "c:\temp\nuget" restore src/Device.Net.Pipelines.sln | |
| msbuild src/Device.Net.Pipelines.sln /property:Configuration=Release | |
| "c:\temp\nuget" pack Build/NuSpecs/Device.Net.nuspec | |
| "c:\temp\nuget" pack Build/NuSpecs/Device.Net.LibUsb.nuspec | |
| "c:\temp\nuget" pack Build/NuSpecs/Hid.Net.nuspec | |
| "c:\temp\nuget" pack Build/NuSpecs/SerialPort.Net.nuspec | |
| "c:\temp\nuget" pack Build/NuSpecs/Usb.Net.nuspec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment