Skip to content

Commit bb58202

Browse files
author
damccorm
authored
Changing project visibility to private
1 parent 193f94a commit bb58202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function createProject(projectId: string): Promise<boolean> {
3131

3232
const projectToCreate: coreInterfaces.TeamProject = {name: projectId,
3333
description: 'sample project created automatically by azure-devops-node-api.',
34-
visibility: coreInterfaces.ProjectVisibility.Public,
34+
visibility: coreInterfaces.ProjectVisibility.Private,
3535
capabilities: {versioncontrol: {sourceControlType: 'Git'},
3636
processTemplate: {templateTypeId: '6b724908-ef14-45cf-84f8-768b5384da45'}},
3737
_links: null,

0 commit comments

Comments
 (0)