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