winget-cli

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

commit 174c7b5e2c811a2fb1c545238cc18ce3267bfa44
parent 28f2e563a46d233973a75967c759425039d3b6b3
Author: JohnMcPMS <johnmcp@microsoft.com>
Date:   Tue, 28 Jan 2020 16:02:10 -0800

Publish CLI exe in build (#25)


Diffstat:
Mazure-pipelines.yml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -43,6 +43,12 @@ steps: testResultsFiles: '**/TEST-*.xml' failTaskOnFailedTests: true +- task: PublishBuildArtifacts@1 + inputs: + PathtoPublish: 'src\x64\Release\AppInstallerCLI\AppInstallerCLI.exe' + ArtifactName: 'AppInstallerCLI.exe' + publishLocation: 'Container' + - task: ComponentGovernanceComponentDetection@0 inputs: scanType: 'Register'