Skip to content

Commit

Permalink
Disable pdb for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalhorton committed Dec 14, 2017
1 parent e6ccc0e commit 83f9de0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Expand Up @@ -33,17 +33,17 @@ after_test:
- cd C:\projects\atmoswing
- copy bin\*win64.exe .\
- copy bin\*win64.zip .\
- for %%f in (*win64.exe) do (copy /b bin\Release\AtmoSwing.pdb %%f.pdb)
#- for %%f in (*win64.exe) do (copy /b bin\Release\AtmoSwing.pdb %%f.pdb)

artifacts:
- path: '*win64.exe'
name: AtmoSwingInstaller
type: file

- path: '*win64.zip'
name: AtmoSwingInstallerZip
name: AtmoSwingZip
type: zip

- path: '*win64.exe.pdb'
name: AtmoSwingPdb
type: file
#- path: '*win64.exe.pdb'
# name: AtmoSwingPdb
# type: file

0 comments on commit 83f9de0

Please sign in to comment.