From 5decaa958667bd3d34e8fc02fe5d246f0fd59a6f Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 17 Nov 2020 21:12:54 +0100 Subject: [PATCH] --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index feb6309c8..77abc0573 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ pool: vmImage: 'Windows-latest' variables: - solution: '**/Greenshot-Full.sln' + solution: 'src/Greenshot-Full.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' targetFramework: 'net5.0-windows'