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/d7572d9fd351a69619376db7d867d6f1dc0733c5/appveyor.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
DiscordChatExporter/appveyor.yml

29 lines
678 B

8 years ago
version: '{build}'
image: Visual Studio 2017
configuration: Release
before_build:
- ps: nuget restore
build:
verbosity: minimal
after_build:
- ps: Deploy\Prepare.ps1
artifacts:
- path: Deploy\bin\DiscordChatExporter.zip
8 years ago
name: DiscordChatExporter.zip
- path: Deploy\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