diff options
author | Davis Goodin <dagood@microsoft.com> | 2016-03-10 16:35:06 -0600 |
---|---|---|
committer | Davis Goodin <dagood@microsoft.com> | 2016-04-05 12:10:46 -0500 |
commit | 351c4c4c7a32197343501ffa466752b344af5539 (patch) | |
tree | a1af0cb7c6e830f60fc147208b8bfe5dbe3218fb /tests/src/dir.props | |
parent | 39f37a525650c0f57163e7eaa42057491de576f7 (diff) | |
download | coreclr-351c4c4c7a32197343501ffa466752b344af5539.tar.gz coreclr-351c4c4c7a32197343501ffa466752b344af5539.tar.bz2 coreclr-351c4c4c7a32197343501ffa466752b344af5539.zip |
Remove hardcoded versions from runtests.proj.
Put project.json for Xunit test wrappers in file system instead of generating. This lets dependency validation check the versions and reduces the number of project.json files to restore because all csproj's point to a single project.json and lockfile.
Adds XunitPackageVersion property that is used to always generate a valid project.json for xunit.runner.msbuild.
Diffstat (limited to 'tests/src/dir.props')
-rw-r--r-- | tests/src/dir.props | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/dir.props b/tests/src/dir.props index 24a19cc0e7..df0ed13148 100644 --- a/tests/src/dir.props +++ b/tests/src/dir.props @@ -12,6 +12,8 @@ <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <CLRTestKind>BuildAndRun</CLRTestKind> <SkipSigning Condition="'$(CrossGen)' == 'true'">true</SkipSigning> + <!-- Set the project.json directory for generated TestWrappers. --> + <TestWrappersPackagesConfigFileDirectory>$(MSBuildThisFileDirectory)TestWrappersConfig\</TestWrappersPackagesConfigFileDirectory> </PropertyGroup> <!-- Expose the target OS in a more convenient fashion --> |