mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-17 18:40:33 +00:00
15 lines
285 B
YAML
15 lines
285 B
YAML
version: '{branch}-{build}'
|
|
|
|
before_build:
|
|
- nuget restore Unity-Technologies-networking/Networking.sln
|
|
|
|
build:
|
|
project: Unity-Technologies-networking/Networking.sln
|
|
verbosity: minimal
|
|
|
|
artifacts:
|
|
- path: Unity-Technologies-networking/Output/**/*
|
|
|
|
image: Visual Studio 2017
|
|
|