-
-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathBuild.bat
More file actions
14 lines (9 loc) · 521 Bytes
/
Copy pathBuild.bat
File metadata and controls
14 lines (9 loc) · 521 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
git clean -x -f -d
"c:\temp\nuget" restore src/Device.Net.Pipelines.sln
dotnet test src/Device.Net.UnitTests/Device.Net.UnitTests.csproj --filter TestCategory!=NotPipelineReady
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