File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ function Invoke-BuildNanoNugets {
2323 & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Mass\UnitsNet.NanoFramework.Mass.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
2424 & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\MassConcentration\UnitsNet.NanoFramework.MassConcentration.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
2525 & $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 "
2628
2729}
2830
You can’t perform that action at this time.
0 commit comments