mirror of
https://github.com/alee14-projects/Project-Silicon.git
synced 2025-01-22 07:53:21 -05:00
31 lines
No EOL
718 B
YAML
31 lines
No EOL
718 B
YAML
image: Visual Studio 2017
|
|
configuration: Debug
|
|
platform: Any CPU
|
|
before_build:
|
|
- nuget restore
|
|
|
|
build:
|
|
verbosity: detailed
|
|
project: Project_Silicon.sln
|
|
|
|
after_build:
|
|
- cmd: tree /F
|
|
- cmd: 7z a -tzip "Project Ports/bin/Debug/Project-Silicon.zip" "Project Ports/bin/Debug/*"
|
|
|
|
artifacts:
|
|
- path: Project Ports/bin/Debug/Project-Silicon.zip
|
|
name: DevBuild
|
|
|
|
deploy:
|
|
provider: GitHub
|
|
release: Continuous build
|
|
description: 'Project Silicon Development Builds'
|
|
auth_token:
|
|
secure: MeuJU9DaBpnzRdWaqvDfR4M7WhtB90FIpmYkZ5GmS8GyVSWyHT2FAMtDczW3D/JQ
|
|
artifact: /.*\.zip/
|
|
draft: false
|
|
prerelease: true
|
|
force_update: true
|
|
tag: continuous
|
|
on:
|
|
appveyor_repo_tag: true |