From 73504223eea1e9713c6124787e5435f36ea4ae42 Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Mon, 29 Apr 2019 23:24:40 +0200 Subject: [PATCH] Fixed 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 217780ba5..9ccf880d9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,7 +38,7 @@ steps: arguments: '-f netcoreapp3.0 -c Release /p:PublishSingleFile=true /p:UseAppHost=true /p:RuntimeIdentifier=win-x64' zipAfterPublish: false -- task: CmdLine@ +- task: CmdLine@2 displayName: Rename single-exe x64 inputs: script: 'rename $(Build.SourcesDirectory)\src\Greenshot\bin\Release\netcoreapp3.0\win-x64\publish\Greenshot.exe $(Build.SourcesDirectory)\src\Greenshot\bin\Release\netcoreapp3.0\win-x64\publish\Greenshot-x64.exe'