Skip to content

Commit b08f698

Browse files
committed
test ci
1 parent 7a9591c commit b08f698

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Build.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,13 @@ function CreateNuGetPackage {
9494
}
9595

9696
function LoadBaseBranchIfNotMaster(){
97+
98+
Write-Output $env:APPVEYOR_REPO_BRANCH
9799
if ($env:APPVEYOR_REPO_BRANCH -ne "master") {
98100
git fetch origin $env:APPVEYOR_REPO_BRANCH:$env:APPVEYOR_REPO_BRANCH
101+
Write-Output YAY
102+
$revparse = git rev-parse 'openapi'
103+
Write-Output $revparse
99104
}
100105
}
101106

0 commit comments

Comments
 (0)