Ejemplo n.º 1
0
        public void Run()
        {
            // Capture and export github data
            string fileName = excelService.ExportPullRequestData(gitHubService.GetMergedPullRequests());

            // Upload it to blob storage
            blobService.UploadBlob(fileName);
        }