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