Skip to content

Commit

Permalink
Fixes xunit/xunit#317: Unable to run Windows 8 tests inside VS
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Feb 23, 2015
1 parent cbb8bd2 commit 1e28898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/xunit.runner.visualstudio.win8.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Target Name="AddXunitTestAdapterLibs" AfterTargets="_ComputeAppxPackagePayload" BeforeTargets="_GenerateAppxManifest">
<ItemGroup>
<xUnitVsLibs Include="$(MSBuildThisFileDirectory)xunit.runner.visualstudio.win8.dll">
<TargetPath>xunit.runner.visualstudio.testadapter.dll</TargetPath>
<TargetPath>xunit.runner.visualstudio.win8.dll</TargetPath>
</xUnitVsLibs>
<xUnitVsLibs Include="$(MSBuildThisFileDirectory)xunit.runner.utility.win8.dll">
<TargetPath>xunit.runner.utility.win8.dll</TargetPath>
Expand Down

0 comments on commit 1e28898

Please sign in to comment.