File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ function Invoke-BuildNanoNugets {
26
26
& $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Angle\UnitsNet.NanoFramework.Angle.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
27
27
& $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\MagneticField\UnitsNet.NanoFramework.MagneticField.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
28
28
& $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Acceleration\UnitsNet.NanoFramework.Acceleration.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
29
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Level\UnitsNet.NanoFramework.Level.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
29
30
30
31
}
31
32
You can’t perform that action at this time.
0 commit comments