Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hozuki committed Sep 29, 2018
1 parent 6e8f248 commit d347178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_build:
- cmd: nuget update -self
- ps: .\scripts\nuget_restore.ps1
after_build:
- ps: .\scripts\extract-openal-soft.ps1 -destination $Env:APPVEYOR_BUILD_FOLDER\src\StarlightDirector\bin\%CONFIGURATION%\
- ps: .\scripts\extract-openal-soft.ps1 -destination $Env:APPVEYOR_BUILD_FOLDER\src\StarlightDirector\bin\$Env:CONFIGURATION\
- cmd: del %APPVEYOR_BUILD_FOLDER%\src\StarlightDirector\bin\%CONFIGURATION%\*.pdb
- cmd: del %APPVEYOR_BUILD_FOLDER%\src\StarlightDirector\bin\%CONFIGURATION%\*.xml
- cmd: del %APPVEYOR_BUILD_FOLDER%\src\StarlightDirector\bin\%CONFIGURATION%\libSkiaSharp.*
Expand Down

0 comments on commit d347178

Please sign in to comment.