Skip to content

Commit

Permalink
Update pipeline to only build our root solution (microsoft#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcPMS authored Dec 13, 2019
1 parent a3024ae commit 0fa86c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\\'
Expand Down

0 comments on commit 0fa86c7

Please sign in to comment.