From 674b8234c9c058672bfe881d03935d8b100ce6e4 Mon Sep 17 00:00:00 2001 From: Haard Shah Date: Tue, 25 Jun 2024 14:04:50 -0400 Subject: [PATCH] Fix the task name --- .github/workflows/release-azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index beb4ff4a..49d07775 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -243,7 +243,7 @@ extends: overwriteExistingFiles: true # We rename the signed artifacts to avoid conflicts with the unsigned pipeline artifacts from the previous stage. - task: PowerShell@2 - displayName: 'Rename & List files' + displayName: Rename signed artifacts inputs: workingDirectory: $(Build.ArtifactStagingDirectory) targetType: 'inline' @@ -331,7 +331,7 @@ extends: targetPath: $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }} steps: - task: GitHubRelease@1 - displayName: 'Create AzureAuth GitHub Release' + displayName: Create AzureAuth GitHub Release inputs: gitHubConnection: $(githubReleaseServiceConnection) repositoryName: 'AzureAD/microsoft-authentication-cli'