Last active
May 10, 2017 14:45
-
-
Save m-malkowski/dc06e0510db93ff2490da51de5869acc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '0.1.2-beta-{build}' | |
| platform: Any CPU | |
| configuration: Release | |
| os: Visual Studio 2017 | |
| before_build: | |
| - dotnet restore | |
| - dotnet restore .\NetCoreTeamCity.Tests | |
| build: | |
| parallel: true | |
| project: NetCoreTeamCity.sln | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment