Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/DiscordChatExporter/blame/commit/d88cd9b2286470b88414a5e7b45c7b2817c682d5/appveyor.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
DiscordChatExporter/appveyor.yml

29 lines
704 B

8 years ago
version: '{build}'
image: Visual Studio 2019 Preview
8 years ago
configuration: Release
before_build:
- ps: nuget restore
build:
verbosity: minimal
after_build:
- ps: Deploy\Prepare.ps1
artifacts:
- path: Deploy\Portable\bin\DiscordChatExporter.zip
8 years ago
name: DiscordChatExporter.zip
- path: Deploy\Portable\bin\DiscordChatExporter.CLI.zip
name: DiscordChatExporter.CLI.zip
8 years ago
deploy:
- provider: GitHub
auth_token:
secure: sjQHWRw29AMiVMn3MtidtWnAzAf1mJ+mkJ/7h1B9TIAHhkFrqwMK7LtXV+uNJ9AO
artifact: DiscordChatExporter.zip,DiscordChatExporter.CLI.zip
description: '[Changelog](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/Changelog.md)'
8 years ago
on:
branch: master
7 years ago
appveyor_repo_tag: true