UnitTest: Sync intermediate and output folders with sibling projects
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
875b0581f7
commit
ca9245770b
9
UnitTests/.gitignore
vendored
9
UnitTests/.gitignore
vendored
@ -1,10 +1,3 @@
|
||||
/.tmp
|
||||
/.vs
|
||||
/*.user
|
||||
/UnitTests/Debug
|
||||
/UnitTests/Release
|
||||
/UnitTests/x64/Debug
|
||||
/UnitTests/x64/Release
|
||||
/x64/Debug
|
||||
/x64/Release
|
||||
/x86/Debug
|
||||
/x86/Release
|
||||
|
@ -64,7 +64,8 @@
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<OutDir>$(SolutionDir)\$(PlatformTarget)\$(Configuration)\</OutDir>
|
||||
<OutDir>$(SolutionDir).tmp\$(ShortProjectName)\$(PlatformTarget)\$(Configuration)\</OutDir>
|
||||
<IntDir>$(SolutionDir).tmp\$(ShortProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
|
||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
<CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
|
@ -13,4 +13,4 @@ build:
|
||||
parallel: true
|
||||
verbosity: minimal
|
||||
test_script:
|
||||
- cmd: vstest.console /logger:Appveyor UnitTests\%platform%\%configuration%\UnitTests.dll
|
||||
- cmd: vstest.console /logger:Appveyor UnitTests\.tmp\UnitTests\%platform%\%configuration%\UnitTests.dll
|
||||
|
Loading…
x
Reference in New Issue
Block a user