Skip to content

Commit

Permalink
copies mspack.dll to fix an issue running tests in vstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
activescott committed Dec 5, 2016
1 parent acf35a7 commit 271e7f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Lessmsi.Tests/LessMsi.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy /Y "$(SolutionDir)..\bin\$(ConfigurationName)\*.exe" "$(TargetDir)"
copy /Y "$(SolutionDir)..\bin\$(ConfigurationName)\*.dll" "$(TargetDir)"
mkdir "$(TargetDir)TestFiles"
xcopy /Y /S "$(ProjectDir)TestFiles" "$(TargetDir)TestFiles"</PostBuildEvent>
<PostBuildEvent>mkdir "$(TargetDir)TestFiles"
xcopy /Y /S "$(ProjectDir)TestFiles" "$(TargetDir)TestFiles"
xcopy /Y "$(SolutionDir)packages\libmspack4n.0.8.0\build\x86\mspack.dll" "$(TargetDir)"</PostBuildEvent>
</PropertyGroup>
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="'$(OS)' == 'Windows_NT'" />
<Import Project="$(SolutionDir)\.nuget\NuGet.mono.targets" Condition="'$(OS)' == 'mono'" />
Expand Down

0 comments on commit 271e7f0

Please sign in to comment.