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 {
2626 & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Angle\UnitsNet.NanoFramework.Angle.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
2727 & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\MagneticField\UnitsNet.NanoFramework.MagneticField.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
2828 & $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 "
2930
3031}
3132
You can’t perform that action at this time.
0 commit comments