This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ tools\TestAssetsDependencies\TestAssetsDependencies.csproj
4242
4343 <Import Project =" build/DependencyVersions.props" />
4444 <Import Project =" build/Version.props" />
45+ <Import Project =" build/DerivedHostMachineInfo.props" />
4546 <Import Project =" build/Branding.props" />
4647
47- <Import Project =" build/DerivedHostMachineInfo.props" />
4848 <Import Project =" build/FileExtensions.props" />
4949 <Import Project =" build/InputDirectories.props" />
5050 <Import Project =" build/MSBuildExtensions.props" />
Original file line number Diff line number Diff line change 33
44 <Import Project =" $(MSBuildThisFileDirectory)/LinuxDistrosNativeInstaller.props" />
55
6- <Target Name =" RunInSandBoxAndPackage" Condition = " '%(LinuxDistrosNeedNativeInstaller.DockerFolder)' != '' " >
7- <MSBuild Projects = " $(MSBuildThisFileDirectory)/SandBoxAndPackage.proj "
8- Targets = " SandBoxAndPackage"
9- Properties = " RepoRoot=$(RepoRoot);
10- LinuxDistrosNeedNativeInstaller=%(LinuxDistrosNeedNativeInstaller.Identity );
11- DockerFolder =%(LinuxDistrosNeedNativeInstaller.DockerFolder );
12- BuildConfiguration=$(BuildConfiguration );
13- InstallerOutputDirectory =$(InstallerOutputDirectory );
14- BuildInParallel='true'
15- " />
6+ <Target Name =" RunInSandBoxAndPackage" >
7+ <MSBuild Condition = " '%(LinuxDistrosNeedNativeInstaller.DockerFolder)' != '' "
8+ Projects = " $(MSBuildThisFileDirectory)/ SandBoxAndPackage.proj "
9+ Targets = " SandBoxAndPackage "
10+ Properties = " RepoRoot=$(RepoRoot );
11+ LinuxDistrosNeedNativeInstaller =%(LinuxDistrosNeedNativeInstaller.Identity );
12+ DockerFolder=%(LinuxDistrosNeedNativeInstaller.DockerFolder );
13+ BuildConfiguration =$(BuildConfiguration );
14+ InstallerOutputDirectory=$(InstallerOutputDirectory);
15+ BuildInParallel='true' " />
1616 </Target >
1717</Project >
You can’t perform that action at this time.
0 commit comments