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