Skip to content

Commit 3c0390a

Browse files
committed
dda
1 parent 39718a8 commit 3c0390a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ environment:
7777
on_success:
7878
- ps: |
7979
echo $env:APPVEYOR_REPO_TAG
80+
$env:APPVEYOR_REPO_TAG.gettype().fullname
81+
if ($env:APPVEYOR_REPO_TAG == "false") {
82+
echo "is string"
83+
}
8084
if ($env:APPVEYOR_REPO_TAG){
8185
echo "condition is met"
8286
}

0 commit comments

Comments
 (0)