testAsset.props 1.1 KB

1234567891011121314151617181920
  1. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
  4. </PropertyGroup>
  5. <Import Condition=" '$(VersionPropsIsImported)' == '' " Project="eng/Versions.props" />
  6. <PropertyGroup>
  7. <RestorePackagesPath Condition=" '$(RestorePackagesPath)' == '' ">$(RepoRoot)/artifacts/.nuget/packages</RestorePackagesPath>
  8. <!--<RestoreAdditionalProjectSources>$(RestoreAdditionalProjectSources);$(RepoRoot)/artifacts/tmp/$(Configuration)/test/packages</RestoreAdditionalProjectSources>-->
  9. <NoPackageAnalysis>true</NoPackageAnalysis>
  10. <EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
  11. <EnableSourceLink>false</EnableSourceLink>
  12. <DeterministicSourcePaths>false</DeterministicSourcePaths>
  13. <!-- We have some test projects in the test assets that need this property set for them. They don't need to match arcade's version as we are actually testing the dotnet test command, so hard coding this version here. -->
  14. <XUnitVersion>2.4.2</XUnitVersion>
  15. </PropertyGroup>
  16. </Project>