commit 87a0c21b422ce97d50bd1e90affef13d65c5c651 parent 709416538bd6d2a26346b9e98c5210a2652a412b Author: ranm-msft <48340737+ranm-msft@users.noreply.github.com> Date: Wed, 1 Apr 2020 12:20:11 -0700 Update azure-pipelines.yml for Azure Pipelines (#76) Diffstat:
| M | azure-pipelines.yml | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -132,7 +132,14 @@ jobs: PathtoPublish: 'src\x64\Release\AppInstallerCLI\AppInstallerCLI.exe' ArtifactName: 'AppInstallerCLI.exe' publishLocation: 'Container' - + + - task: PublishBuildArtifacts@1 + displayName: Publish SQLite Util Binary + inputs: + PathtoPublish: 'src\x64\Release\AppInstallerSQLiteIndexUtil\AppInstallerSQLiteIndexUtil.dll' + ArtifactName: 'AppInstallerSQLiteIndexUtil.dll' + publishLocation: 'Container' + - task: ComponentGovernanceComponentDetection@0 displayName: Component Governance inputs: