Skip to content

Commit a240072

Browse files
committed
Build to top-level bin, obj folders
1 parent d235f8a commit a240072

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<Project>
22
<PropertyGroup>
3+
<OutputPath>$(MSBuildThisFileDirectory)bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath>
4+
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
5+
36
<CodeGenerationRoslynVersion>0.3.4</CodeGenerationRoslynVersion>
47
</PropertyGroup>
58

LibGit2Sharp/CodeGenerator.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project InitialTargets="GenerateCodeFirst">
33
<PropertyGroup>
44
<CodeGeneratorConfiguration Condition=" '$(CodeGeneratorConfiguration)' == '' ">Debug</CodeGeneratorConfiguration>
5-
<CodeGenerationOutputPath>$(MSBuildProjectDirectory)\..\CodeGeneration\bin\$(CodeGeneratorConfiguration)\netstandard1.3\</CodeGenerationOutputPath>
5+
<CodeGenerationOutputPath>$(MSBuildProjectDirectory)\..\bin\CodeGeneration\$(CodeGeneratorConfiguration)\netstandard1.3\</CodeGenerationOutputPath>
66
</PropertyGroup>
77

88
<ItemGroup>

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ test_script:
100100
.\packages\OpenCover\tools\OpenCover.Console.exe `
101101
-register:user `
102102
"-target:""$Env:userprofile\.nuget\packages\xunit.runner.console\2.0.0\tools\$Env:xunit_runner""" `
103-
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\net46\LibGit2Sharp.Tests.dll"" -noshadow" `
103+
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net46\LibGit2Sharp.Tests.dll"" -noshadow" `
104104
"-filter:+[LibGit2Sharp]* -[LibGit2Sharp.Tests]*" `
105105
-hideskipped:All `
106106
-output:opencoverCoverage.xml
107107
}
108108
ElseIf ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $False)
109109
{
110110
& "$Env:userprofile\.nuget\packages\xunit.runner.console\2.0.0\tools\$Env:xunit_runner" `
111-
"$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\net46\LibGit2Sharp.Tests.dll" -noshadow
111+
"$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net46\LibGit2Sharp.Tests.dll" -noshadow
112112
}
113113
114114
after_test:

0 commit comments

Comments
 (0)