pool: vmImage: 'macOS-10.14' demands: msbuild steps: - task: TriggerBuild@3 inputs: definitionIsInCurrentTeamProject: true buildDefinition: 'MyCoolPipeline' queueBuildForUserThatTriggeredBuild: true ignoreSslCertificateErrors: true useSameSourceVersion: true useSameBranch: true waitForQueuedBuildsToFinish: true waitForQueuedBuildsToFinishRefreshTime: '60' failTaskIfBuildsNotSuccessful: true cancelBuildsIfAnyFails: false treatPartiallySucceededBuildAsSuccessful: false downloadBuildArtifacts: false storeInEnvironmentVariable: false authenticationMethod: 'Personal Access Token' password: '$(myToken)' enableBuildInQueueCondition: false dependentOnSuccessfulBuildCondition: false dependentOnFailedBuildCondition: false checkbuildsoncurrentbranch: false failTaskIfConditionsAreNotFulfilled: false - checkout: self