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 ee77e53 commit 78c8befCopy full SHA for 78c8bef
Build.ps1
@@ -38,7 +38,7 @@ function RunInspectCode {
38
function RunCleanupCode {
39
# When running in cibuild for a pull request, this reformats only the files changed in the PR and fails if the reformat produces changes.
40
41
- if ($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT-and$IsWindows) {
+ if ($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT) {
42
# In the past, we used $env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT for the merge commit hash. That is the pinned hash at the time the build is enqueued.
43
# When a force-push happens after that, while the build hasn't yet started, this hash becomes invalid during the build, resulting in a lookup error.
44
# To prevent failing the build for unobvious reasons we use HEAD, which is always a detached head (the PR merge result).
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments