From fd265c57349644ac7688e4401d642ba1c0970fa5 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 26 Jun 2021 14:58:58 -0400 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 968726926..cdd5baf3c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -879,7 +879,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)