diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6d41783..ad5a226 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ pool: vmImage: 'windows-latest' variables: - solution: '**/*.sln' + solution: 'asg_form.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release'