Skip to content

Commit 9aa3b49

Browse files
committed
Update appveyor.yml
1 parent eef01e5 commit 9aa3b49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ assembly_info:
99
assembly_version: $(appveyor_build_version)
1010
assembly_file_version: $(appveyor_build_version)
1111
after_test:
12-
- call Build\PackageCurrentBranch.bat
12+
- call Build\PackageCurrentBranch.bat
1313
artifacts:
14-
- path: Build\LibTessDotNet-v$(appveyor_build_version).zip
15-
name: LibTessDotNet
14+
- path: Build\LibTessDotNet-v$(appveyor_build_version).zip
15+
name: LibTessDotNet
1616
# deploy:
1717
# - provider: GitHub
1818
# tag: v$(appveyor_build_version)

0 commit comments

Comments
 (0)