We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6de03 commit 5bdd563Copy full SHA for 5bdd563
appveyor.yml
@@ -77,7 +77,7 @@ before_build:
77
78
build_script:
79
- ps: |
80
- msbuild "$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln" `
+ & cov-build.exe --dir cov-int msbuild "$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln" `
81
/nologo /verbosity:minimal /fl /flp:verbosity=normal `
82
/logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" `
83
/t:build,pack
0 commit comments