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 eef01e5 commit 9aa3b49Copy full SHA for 9aa3b49
appveyor.yml
@@ -9,10 +9,10 @@ assembly_info:
9
assembly_version: $(appveyor_build_version)
10
assembly_file_version: $(appveyor_build_version)
11
after_test:
12
-- call Build\PackageCurrentBranch.bat
+ - call Build\PackageCurrentBranch.bat
13
artifacts:
14
-- path: Build\LibTessDotNet-v$(appveyor_build_version).zip
15
- name: LibTessDotNet
+ - path: Build\LibTessDotNet-v$(appveyor_build_version).zip
+ name: LibTessDotNet
16
# deploy:
17
# - provider: GitHub
18
# tag: v$(appveyor_build_version)
0 commit comments