From 2aaac6edc6f2b46fa38afd1e74228e897867b49f Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 3 Mar 2020 13:57:37 +0100 Subject: [PATCH] Working on making the build run with azure-pipelines.yml, some changes were needed to fix the paths --- Directory.Build.props | 12 ++++++------ Greenshot/releases/innosetup/setup.iss | 5 +++-- GreenshotPlugin/GreenshotPlugin.csproj | 1 + azure-pipelines.yml | 1 + 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 5008ba798..2986c4f3e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -102,18 +102,18 @@ - + - + - - - + + + - + + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7d2f5177b..2733806ca 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,6 +22,7 @@ stages: solution: 'Greenshot.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' + group: 'Plug-in Credentials' steps: - task: NuGetToolInstaller@1