mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 21:09:51 +00:00
043e64b89f
* add Archived to ProjectCard response add Archived to ProjectCardUpdate update integration tests * Add ProjectCardRequest model and update GetAll calls to use it Update unit tests Update integration tests * skip_branch_with_pr still ends up building the branch on the initial push, so let's only build master instead
18 lines
275 B
YAML
18 lines
275 B
YAML
image: Visual Studio 2017
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
init:
|
|
- git config --global core.autocrlf input
|
|
|
|
build_script:
|
|
- dotnet --info
|
|
- ps: .\build.ps1 -LinkSources -Verbosity Verbose
|
|
|
|
test: off
|
|
|
|
artifacts:
|
|
- path: 'packaging\octokit*.nupkg'
|
|
name: OctokitPackages |