diff options
| author | 2019-08-18 20:02:06 -0400 | |
|---|---|---|
| committer | 2019-08-18 20:02:06 -0400 | |
| commit | 1de09ec1493d0537ccbf8aa53c0d3eb7728e5547 (patch) | |
| tree | 9433b428251a7145d06ba0bd11ac99241c329697 /appveyor.yml | |
| parent | release-test4 (diff) | |
release test 5
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 544b7bf8..9197963d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,9 +27,9 @@ install: # We need to reload vcvars after refreshing - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat" - build_win test-install - - set janet_outname="%appveyor_repo_tag_name%" - - if "%janet_outname%"=="" (set janet_outname=v1.2.0) - - echo "%janet_outname%" + - set janet_outname=%appveyor_repo_tag_name% + - if %janet_outname%=="" (set janet_outname=v1.2.0) + - echo %janet_outname% build: off only_commits: |
