Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Jun 20, 2019
1 parent c99ec03 commit 6fc7fc1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,18 @@ steps:
projects: $(project)
arguments: '--configuration Release -r win10-x64 --output $(Build.ArtifactStagingDirectory)/win10-x86' # Update this to match your need

- task: ArchiveFiles@2
inputs:
rootFolderOrFile: '$(Build.ArtifactStagingDirectory)/win10-x64'
includeRootFolder: false
archiveType: 'zip'
archiveFile: '$(Build.ArtifactStagingDirectory)/SoftU2FDaemon-x64-$(Build.BuildId).zip'
replaceExistingArchive: true

- task: ArchiveFiles@2
inputs:
rootFolderOrFile: '$(Build.ArtifactStagingDirectory)/win10-x86'
includeRootFolder: false
archiveType: 'zip'
archiveFile: '$(Build.ArtifactStagingDirectory)/SoftU2FDaemon-x86-$(Build.BuildId).zip'
replaceExistingArchive: true

0 comments on commit 6fc7fc1

Please sign in to comment.