diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-15 12:16:18 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-15 12:36:09 -0600 |
| commit | 730f9d2f8c62e282b6f0eba644fa5ac90a0a558f (patch) | |
| tree | 5854314bc142f1e706008a1c9016127fd5182026 /src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.targets | |
| parent | 7c632614e4962fa3fcf19085eef0e98bda65b4f3 (diff) | |
| download | wix-730f9d2f8c62e282b6f0eba644fa5ac90a0a558f.tar.gz wix-730f9d2f8c62e282b6f0eba644fa5ac90a0a558f.tar.bz2 wix-730f9d2f8c62e282b6f0eba644fa5ac90a0a558f.zip | |
Add test target to C++/CLI projects.
Diffstat (limited to 'src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.targets')
| -rw-r--r-- | src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.targets | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.targets b/src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.targets index 09746229..77e72e95 100644 --- a/src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.targets +++ b/src/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.targets | |||
| @@ -12,4 +12,8 @@ | |||
| 12 | <Error Condition="!Exists('$(RepoRootDir)\packages\xunit.core.2.4.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(RepoRootDir)\packages\xunit.core.2.4.1\build\xunit.core.targets'))" /> | 12 | <Error Condition="!Exists('$(RepoRootDir)\packages\xunit.core.2.4.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(RepoRootDir)\packages\xunit.core.2.4.1\build\xunit.core.targets'))" /> |
| 13 | <Error Condition="!Exists('$(RepoRootDir)\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '$(RepoRootDir)\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props'))" /> | 13 | <Error Condition="!Exists('$(RepoRootDir)\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '$(RepoRootDir)\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props'))" /> |
| 14 | </Target> | 14 | </Target> |
| 15 | <UsingTask AssemblyFile="$(RepoRootDir)\packages\xunit.runner.msbuild.2.4.1\build\net452\xunit.runner.msbuild.net452.dll" TaskName="Xunit.Runner.MSBuild.xunit" /> | ||
| 16 | <Target Name="Test" DependsOnTargets="Build"> | ||
| 17 | <xunit Assemblies="$(TargetPath)" /> | ||
| 18 | </Target> | ||
| 15 | </Project> \ No newline at end of file | 19 | </Project> \ No newline at end of file |
