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 @@ -21,6 +21,7 @@ function Invoke-BuildNanoNugets {
21
21
& $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Power\UnitsNet.NanoFramework.Power.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
22
22
& $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Density\UnitsNet.NanoFramework.Density.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
23
23
& $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Mass\UnitsNet.NanoFramework.Mass.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
24
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Speed\UnitsNet.NanoFramework.Speed.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
24
25
& $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\MassConcentration\UnitsNet.NanoFramework.MassConcentration.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
25
26
& $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Angle\UnitsNet.NanoFramework.Angle.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
26
27
& $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\MagneticField\UnitsNet.NanoFramework.MagneticField.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
You can’t perform that action at this time.
0 commit comments