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 200c169 commit fcd0640Copy full SHA for fcd0640
build/build_prep.ps1
@@ -1,6 +1,6 @@
1
dotnet new tool-manifest
2
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
-}
+# if ($prNo = $env:APPVEYOR_PULL_REQUEST_NUMBER) {
+# Write-Host "PR Build, creating an explicit branch"
+# git checkout -qb "pr-build-$prNo"
+# }
0 commit comments