diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ccde72b9bdcc0..eb2875fc0163d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ pool: vmImage: 'windows-latest' variables: - solution: '**/*.sln' + solution: 'src/AppInstallerClient.sln' buildPlatform: 'x86|x64|ARM' buildConfiguration: 'Release' appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\'