build command line

This commit is contained in:
Tommy Parnell
2016-10-23 18:05:56 -04:00
parent 112efbb32b
commit f1c5db18ca

View File

@@ -12,5 +12,9 @@ before_build:
- ps: .\core.exe /install /quiet /norestart
- ps: dotnet restore
build_script:
- ps: dotnet build .\src\TuboLinks.Net
- ps: dotnet build .\src\TuboLinksExample
artifacts:
- path: artifacts\bin\TurboLinks.Net\Release\*.nupkg