File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<BuildArguments >-ConfigurationGroup=$(Configuration) -PortableBuild=false -SkipTests=true </BuildArguments >
6
6
<BuildArguments Condition =" $(Platform.Contains('arm'))" >$(BuildArguments) -TargetArchitecture=$(Platform) -DisableCrossgen=true -CrossBuild=true</BuildArguments >
7
- <BuildCommand >$(ProjectDirectory)/build$(ShellExtension) $(BuildArguments) -- /p:BuildDebPackage=false</BuildCommand >
7
+ <BuildCommand >$(ProjectDirectory)/build$(ShellExtension) $(BuildArguments) -- /p:BuildDebPackage=false /p:BuildAllPackages=true </BuildCommand >
8
8
<BuildCommand Condition =" $(Platform.Contains('arm'))" >$(ArmEnvironmentVariables) $(BuildCommand)</BuildCommand >
9
9
<LatestCommit >82b22fa44e46d624ebeddf156f33e9cfb317bd57</LatestCommit >
10
10
<VersionSeedDate >2017-07-20</VersionSeedDate >
You can’t perform that action at this time.
0 commit comments