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