Skip to content

Commit ace4fb4

Browse files
authored
Add MagenticField and Acceleration for .NET nanoFramework (#1369)
1 parent 4159603 commit ace4fb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Build/build-pack-nano-nugets.psm1

+2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)