winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0fa86c7403d5735e35c21a28ef9dae935259b6b1
parent a3024ae5b0fcdbd8736c54b54ba1fdab8338d0b2
Author: JohnMcPMS <johnmcp@microsoft.com>
Date:   Fri, 13 Dec 2019 11:52:20 -0800

Update pipeline to only build our root solution (#10)


Diffstat:
Mazure-pipelines.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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\\'