mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add Build Configuration
Add config for automated builds
This commit is contained in:
parent
6261e7adb7
commit
7deec58b99
1 changed files with 6 additions and 0 deletions
6
appveyor.yml
Normal file
6
appveyor.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
configuration: Release
|
||||||
|
build:
|
||||||
|
project: MinecraftClient.sln
|
||||||
|
artifacts:
|
||||||
|
- path: MinecraftClient\bin\$(configuration)
|
||||||
|
name: MinecraftClient.exe
|
||||||
Loading…
Add table
Add a link
Reference in a new issue