mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-28 11:42:23 +00:00
Migrate to .NET Core 3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
version: '{build}'
|
||||
|
||||
image: Visual Studio 2019 Preview
|
||||
image: Visual Studio 2019
|
||||
configuration: Release
|
||||
|
||||
before_build:
|
||||
@@ -10,12 +10,12 @@ build:
|
||||
verbosity: minimal
|
||||
|
||||
after_build:
|
||||
- ps: Deploy\Prepare.ps1
|
||||
- ps: Deploy/Prepare.ps1
|
||||
|
||||
artifacts:
|
||||
- path: Deploy\Portable\bin\DiscordChatExporter.zip
|
||||
- path: Deploy/bin/DiscordChatExporter.zip
|
||||
name: DiscordChatExporter.zip
|
||||
- path: Deploy\Portable\bin\DiscordChatExporter.CLI.zip
|
||||
- path: Deploy/bin/DiscordChatExporter.CLI.zip
|
||||
name: DiscordChatExporter.CLI.zip
|
||||
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user