From ae80649466075983977356a504d171d0d07cfc99 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Mon, 14 Dec 2020 18:47:21 +0000 Subject: [PATCH] grabbing executable names --- azure-pipelines.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f1842d6844..f9bf2e5020 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,9 +18,6 @@ steps: - script: npm install displayName: 'npm install' -- script: ls -alht node_modules/.bin/ - displayName: show node scripts - - script: | npm run build npm npm run clean:dist @@ -28,3 +25,12 @@ steps: - script: npx electron-builder --win --x64 --ia32 -p never displayName: 'electron-builder package' + +- script: ls -alht dist + displayName: show executables + + #- task: PublishBuildArtifacts@1 + # inputs: + # pathToPublish: '$(Build.ArtifactStagingDirectory)/' + # artifactName: TestDesktop +