diff --git a/build/Microsoft.DotNet.Cli.Compile.targets b/build/Microsoft.DotNet.Cli.Compile.targets index c85690d8b..c421443e5 100644 --- a/build/Microsoft.DotNet.Cli.Compile.targets +++ b/build/Microsoft.DotNet.Cli.Compile.targets @@ -1,180 +1,180 @@ - + - - - - - - + + + + + + - - - - - - - + + - - @(CompileStageInputs) - $(Stage1Directory) - $(Stage1SymbolsDirectory) - $(Stage0Path)/dotnet.exe - - - @(CompileStageInputs) - $(Stage2Directory) - $(Stage2SymbolsDirectory) - $(DotnetStage1) - - - + + + + - - - $(RepoRoot)/src + + @(CompileStageInputs) + $(Stage1Directory) + $(Stage1SymbolsDirectory) + $(Stage0Path)/dotnet.exe + + + @(CompileStageInputs) + $(Stage2Directory) + $(Stage2SymbolsDirectory) + $(DotnetStage1) + + + - .exe - + + + $(RepoRoot)/src - - lib + .exe + - .dll - .dylib - .so + + lib - dotnet$(ExeSuffix) - $(DynamicLibPrefix)hostfxr$(DynamicLibSuffix) - $(DynamicLibPrefix)hostpolicy$(DynamicLibSuffix) + .dll + .dylib + .so - %(Stage.StageDirectory) - %(Stage.StageSymbolsDirectory) - $(StageDirectory)/sdk/$(NugetVersion) - runtimes/any/native - $(SdkOutputDirectory)/$(BinaryToCorehostifyRelDir) - $(SdkOutputDirectory)/runtimes/any/native - + dotnet$(ExeSuffix) + $(DynamicLibPrefix)hostfxr$(DynamicLibSuffix) + $(DynamicLibPrefix)hostpolicy$(DynamicLibSuffix) - - - - + %(Stage.StageDirectory) + %(Stage.StageSymbolsDirectory) + $(StageDirectory)/sdk/$(NugetVersion) + runtimes/any/native + $(SdkOutputDirectory)/$(BinaryToCorehostifyRelDir) + $(SdkOutputDirectory)/runtimes/any/native + - + + + + - - + - - - - - - + + - - - + + + + + + - + + + - - - + - - - - - + + + - - + + + + + - + + - + - + - + - + - + - - + - - + + - - + + - + + - + - + - - + - + + - - - + - + + + - - - - + - + + + + - - + + + + \ No newline at end of file diff --git a/build/compile/Microsoft.DotNet.Cli.Archive.targets b/build/compile/Microsoft.DotNet.Cli.Archive.targets index ce8bb9240..08039528b 100644 --- a/build/compile/Microsoft.DotNet.Cli.Archive.targets +++ b/build/compile/Microsoft.DotNet.Cli.Archive.targets @@ -4,46 +4,46 @@ CompressNuGetPackagesArchive" Inputs="$(Stage2Directory)/sdk/**/dotnet.dll" Outputs="$(FinalArchive)"> - + - - - - + + + + - - - + + + - - + + - + - - + + - + - + - - $(IntermediateDirectory)/NuGetPackagesArchiveProject - $(IntermediateDirectory)/NuGetPackagesArchiveFolder - $(ToolsOutputDirectory)/Archiver - $(IntermediateDirectory)/nuGetPackagesArchive.lzma - $(Stage2Directory)/nuGetPackagesArchive.lzma - + + $(IntermediateDirectory)/NuGetPackagesArchiveProject + $(IntermediateDirectory)/NuGetPackagesArchiveFolder + $(ToolsOutputDirectory)/Archiver + $(IntermediateDirectory)/nuGetPackagesArchive.lzma + $(Stage2Directory)/nuGetPackagesArchive.lzma + \ No newline at end of file