From 1b63a9ad800baf3d22ef496cba65b9aaeea1e8bc Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 26 Jun 2021 15:35:23 -0400 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2dbaa8354..8ba52fb5c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -951,7 +951,7 @@ stages: - job: displayName: Discord Notification pool: - vmImage: 'windows-2019' + vmImage: 'ubuntu-18.04' steps: - task: DownloadPipelineArtifact@2 continueOnError: true @@ -961,7 +961,7 @@ stages: artifactName: 'WindowsAutomationScreenshots' targetPath: $(Build.SourcesDirectory) - checkout: none - - powershell: | + - pwsh: | iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Servarr/AzureDiscordNotify/master/DiscordNotify.ps1')) env: SYSTEM_ACCESSTOKEN: $(System.AccessToken)