Skip to content

Commit fcd0640

Browse files
committed
disabling explicit branch
1 parent 200c169 commit fcd0640

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/build_prep.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dotnet new tool-manifest
22
dotnet tool install Cake.Tool --version 1.1.0
3-
if ($prNo = $env:APPVEYOR_PULL_REQUEST_NUMBER) {
4-
Write-Host "PR Build, creating an explicit branch"
5-
git checkout -qb "pr-build-$prNo"
6-
}
3+
# if ($prNo = $env:APPVEYOR_PULL_REQUEST_NUMBER) {
4+
# Write-Host "PR Build, creating an explicit branch"
5+
# git checkout -qb "pr-build-$prNo"
6+
# }

0 commit comments

Comments
 (0)