cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.84k stars 2.92k forks source link

Nuget - Prefer APPVEYOR_REPO_BRANCH #4765

Closed campersau closed 6 months ago

campersau commented 6 months ago

Summary: After https://github.com/cefsharp/CefSharp/pull/4763 was merged I have seen in https://ci.appveyor.com/project/cefsharp/cefsharp/builds/49434312/artifacts that the branch name was HEAD instead of master. Looks like AppVeyor does checkout the commit rather than the branch: https://github.com/appveyor/ci/issues/1606

Changes:

How Has This Been Tested?
Manually

Screenshots (if appropriate):

Types of changes

Checklist:

AppVeyorBot commented 6 months ago

:white_check_mark: Build CefSharp 122.1.120-CI4968 completed (commit https://github.com/cefsharp/CefSharp/commit/2ba76bbff6 by @campersau)

amaitland commented 6 months ago

Thank you!