1 assignment to MSBuild property RepoRoot
MSBuildFiles (1)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\RepoLayout.props (1)
17<RepoRoot Condition="'$(RepoRoot)' == ''">$([MSBuild]::NormalizeDirectory('$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'global.json'))'))</RepoRoot>
25 usages of MSBuild property RepoRoot
DevDivPackage (1)
DevDivPackage.csproj (1)
23<Import Project="$(RepoRoot)eng\ProducesNoOutput.Settings.props" Condition="! $([MSBuild]::IsOSPlatform('windows'))" />
Microsoft.Build.Conversion.Core (1)
Microsoft.Build.Conversion.csproj (1)
42<Import Project="$(RepoRoot)eng\ProducesNoOutput.Settings.props" Condition="! $([MSBuild]::IsOSPlatform('windows'))" />
Microsoft.Build.Engine (1)
Microsoft.Build.Engine.csproj (1)
222<Import Project="$(RepoRoot)eng\ProducesNoOutput.Settings.props" Condition="! $([MSBuild]::IsOSPlatform('windows'))" />
Microsoft.NET.StringTools.net35.UnitTests (1)
StringTools.UnitTests.net35.csproj (1)
5<Import Project="$(RepoRoot)eng\ProducesNoOutput.Settings.props" Condition="'$(MSBuildRuntimeType)' == 'Core'" />
MSBuild.Bootstrap (2)
MSBuild.Bootstrap.csproj (2)
3<Import Project="$(RepoRoot)eng\BootStrapMsBuild.props" /> 51<Import Project="$(RepoRoot)eng\BootStrapMsBuild.targets" />
MSBuild.VSSetup (2)
MSBuild.VSSetup.csproj (2)
19<SwrProperty Include="SourceDir=$(RepoRoot)\src\" /> 44<Import Project="$(RepoRoot)eng\ProducesNoOutput.Settings.props" Condition="$(ShouldSkipProject)"/>
MSBuild.VSSetup.Arm64 (2)
MSBuild.VSSetup.Arm64.csproj (2)
18<SwrProperty Include="SourceDir=$(RepoRoot)\src\" /> 35<Import Project="$(RepoRoot)eng\ProducesNoOutput.Settings.props" Condition="$(ShouldSkipProject)" />
MSBuildFiles (14)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\RepoLayout.props (5)
17<RepoRoot Condition="'$(RepoRoot)' == ''">$([MSBuild]::NormalizeDirectory('$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'global.json'))'))</RepoRoot> 24<DotNetRoot Condition="'$(DotNetRoot)' == ''">$([MSBuild]::NormalizeDirectory('$(RepoRoot)', '.dotnet'))</DotNetRoot> 38<RepositoryEngineeringDir>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'eng'))</RepositoryEngineeringDir> 39<RepositoryToolsDir>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', '.tools'))</RepositoryToolsDir> 43<ArtifactsDir Condition="'$(ArtifactsDir)' == ''">$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'artifacts'))</ArtifactsDir>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\RepositoryInfo.targets (3)
18<SourceRoot Include="$(RepoRoot)" /> 24<RepositoryUrl Condition="'$(BUILD_REPOSITORY_URI)' == ''">file://$(RepoRoot)</RepositoryUrl> 128Properties="RepoRoot=$(RepoRoot);PackageLicenseExpression=$(PackageLicenseExpression);PackageLicenseExpressionInternal=$(PackageLicenseExpressionInternal);SuppressLicenseValidation=$(SuppressLicenseValidation)"
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (1)
35<DOTNET_INSTALL_DIR Condition="'$(DOTNET_INSTALL_DIR)' == ''">$(RepoRoot).dotnet\</DOTNET_INSTALL_DIR>
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.targets (1)
5<ThirdPartyNotice Condition=" '$(ThirdPartyNotice)' == '' ">$(RepoRoot)THIRDPARTYNOTICES.txt</ThirdPartyNotice>
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (1)
73<NuGetSdkResolverManifest Include="$(RepoRoot)src\MSBuild\SdkResolvers\VS\Microsoft.Build.NuGetSdkResolver.xml" />
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.targets (3)
63<Compile Include="$(RepoRoot)src\Shared\UnitTests\TestAssemblyInfo.cs" Condition="'$(IsLibraryTestProject)' != 'true'" /> 64<Compile Include="$(RepoRoot)src\Shared\UnitTests\TestProgram.cs" /> 91<Content Include="$(RepoRoot)src\Shared\EmptyDirectoryBuildFiles\*" CopyToOutputDirectory="PreserveNewest"
MSBuildTaskHost (1)
MSBuildTaskHost.csproj (1)
5<Import Project="$(RepoRoot)eng\ProducesNoOutput.Settings.props" Condition="'$(MSBuildRuntimeType)' == 'Core'" />