File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,19 @@ $nuget = "$root\Tools\NuGet.exe"
4
4
5
5
function Invoke-Build-NanoNugets {
6
6
7
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Duration\UnitsNet.NanoFramework.Duration.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
8
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\ElectricCurrent\UnitsNet.NanoFramework.ElectricCurrent.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
9
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\ElectricPotential\UnitsNet.NanoFramework.ElectricPotential.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
10
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\ElectricPotentialDc\UnitsNet.NanoFramework.ElectricPotentialDc.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
11
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\ElectricResistance\UnitsNet.NanoFramework.ElectricResistance.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
12
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Frequency\UnitsNet.NanoFramework.Frequency.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
13
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Illuminance\UnitsNet.NanoFramework.Illuminance.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
14
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Length\UnitsNet.NanoFramework.Length.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
15
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Pressure\UnitsNet.NanoFramework.Pressure.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
16
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Ratio\UnitsNet.NanoFramework.Ratio.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
17
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\RelativeHumidity\UnitsNet.NanoFramework.RelativeHumidity.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
7
18
& $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\Temperature\UnitsNet.NanoFramework.Temperature.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
19
+ & $nuget pack " $root \UnitsNet.NanoFramework\GeneratedCode\VolumeConcentration\UnitsNet.NanoFramework.VolumeConcentration.nuspec" - Verbosity detailed - OutputDirectory " $nugetOutDir "
8
20
9
21
}
10
22
You can’t perform that action at this time.
0 commit comments