From d382ad72a3c1fa8c221b76c072b5ba86945c83a3 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 3 May 2019 15:11:50 -0700 Subject: [PATCH] Try to debug missing files... --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 03946b97..36dbaeef 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -380,6 +380,7 @@ jobs: condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) env: GITHUB_DEPLOY_KEY: $(GITHUB_DEPLOY_KEY) + - script: find gh-pages - task: GithubRelease@0 condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/')) displayName: 'Create GitHub Release'