Skip to content

Commit

Permalink
Make artifacts work
Browse files Browse the repository at this point in the history
  • Loading branch information
ifarbod committed May 4, 2017
1 parent 6b38962 commit a5ff0db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ build:
#---------------------------------#
# Artifacts configuration #
#---------------------------------#
#artifacts:
#- path: out\ClTest.exe
#name: ClTest.exe
#- path: out\ClTest.pdb
#name: ClTest.pdb
artifacts:
- path: out\ClTest.exe
name: ClTest.exe
- path: out\ClTest.pdb
name: ClTest.pdb

#---------------------------------#
# Deployment configuration #
Expand Down

0 comments on commit a5ff0db

Please sign in to comment.