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'