- Updated appveyor-swagger definition to v0.20171123.0.
- Add
getBuildArtifacts
operation andArtifactModel
schema for response. - Add
getBuildArtifact
operation. - Add
getProjectArtifact
operation. - Add
tags
property toDeploymentEnvironment
. - Add
isPrivateProject
property toNuGetFeed
. - Add enumeration values to
ArtifactType
based onPush-AppveyorArtifact
cmdlet on build workers. - Remove
name
property requirement fromArtifact
.
- Add
- Test new
getProjectArtifact
method. - Test new
getBuildArtifact
method. - Test new
getBuildArtifacts
method. - Update swagger-request-validator to 1.3.2.
- Updated appveyor-swagger definition to v0.20171031.0.
- Add
getProjectEnvironmentVariables
operation. - Add
updateProjectEnvironmentVariables
operation.
- Add
- Test new
ProjectApi.getProjectEnvironmentVariables
operation. - Test new
ProjectApi.updateProjectEnvironmentVariables
operation. - Update swagger-request-validator to 1.3.0
- Updated appveyor-swagger definition to v0.20171023.0.
- Add
dotnetCsprojAssemblyVersionFormat
toProjectConfiguration
. - Add
dotnetCsprojFileVersionFormat
toProjectConfiguration
. - Add
dotnetCsprojInformationalVersionFormat
toProjectConfiguration
.
- Add
- Updated appveyor-swagger definition to v0.20171021.0.
- Add
pro-vs2013
toBuildCloudName
.
- Add
- Update swagger-request-validator to 1.2.3
- Update gson to 2.8.2
- Updated appveyor-swagger definition to v0.20171019.0.
- Add
pro-vs2017
toBuildCloudName
.
- Add
- Exclude test counts from build job comparison
- Updated appveyor-swagger definition to v0.20170827.0.
- Add
saveBuildCacheInPullRequests
toProject
.
- Add
- Updated appveyor-swagger definition to v0.20170803.0.
- Add
dotnetCsprojFile
,dotnetCsprojPackageVersionFormat
,dotnetCsprojVersionFormat
,hotFixScripts
toProjectConfiguration
.
- Add
- Minor updates for other dependencies.
- Updated appveyor-swagger definition to v0.20170622.0.
- Add
Visual Studio 2017 Preview
toBuildWorkerImageName
- Add
- Updated appveyor-swagger definition.
- Add
Ubuntu
toOSType
,BuildCloudName
,BuildWorkerImageName
- Add
- Updated appveyor-swagger definition.
- Add
osType
toBuildJob
andBuildWorkerImage
. - Add
rollingBuildsDoNotCancelRunningBuilds
toProject
. - Better document
scheduleCrontabExpression
.
- Add
- Updated appveyor-swagger definition.
- Breaking Rename path parameter for
getProjectStatusBadge
andgetProjectBranchStatusBadge
tostatusBadgeId
to match its new source, which is the newstatusBadgeId
property ofProjectWithConfiguration
objects. The value of this property matcheswebhookId
(the previous parameter source) for existing projects but will differ for new projects. - Add enumeration values for
BuildCloudName
andBuildWorkerImageName
. - Add
matrixExclude
property toProjectConfiguration
.
- Breaking Rename path parameter for
- Use statusBadgeId in status badge queries
- Initial public release.