mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-03 01:37:18 -04:00
26 lines
645 B
YAML
26 lines
645 B
YAML
|
version: 1.0.{build}
|
||
|
image: Visual Studio 2017
|
||
|
configuration: Release
|
||
|
platform: x64
|
||
|
before_build:
|
||
|
- cmd: nuget restore OpenDiablo2.sln
|
||
|
build:
|
||
|
verbosity: minimal
|
||
|
after_build:
|
||
|
- cmd: >-
|
||
|
cd OpenDiablo2\bin\x64\Release\*
|
||
|
|
||
|
7z a OpenDiablo2-Win64-Dev.zip *
|
||
|
artifacts:
|
||
|
- path: OpenDiablo2\bin\x64\Release\OpenDiablo2-Win64-Dev.zip
|
||
|
name: Win64
|
||
|
deploy:
|
||
|
- provider: GitHub
|
||
|
release: opendiablo2-dev-win64
|
||
|
description: Bleeding edge build of OpenDiablo 2.
|
||
|
auth_token:
|
||
|
secure: DqQrogjOZ30PiMxrvrLNSJknmP57lBioZDwxT2xL6fsz0MokaAPq/B8oWNG3uX49
|
||
|
repository: essial/opendiablo2
|
||
|
artifact: Win64
|
||
|
prerelease: true
|
||
|
force_update: true
|