File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
114114after_test :
You can’t perform that action at this time.
0 commit comments