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
changbowen committed Nov 4, 2022
1 parent 06d990d commit bcc0441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ steps:

- task: ArchiveFiles@2
inputs:
rootFolderOrFile: '$(System.DefaultWorkingDirectory)/bin/x64/Release'
rootFolderOrFile: '$(System.DefaultWorkingDirectory)/bin/Release'
includeRootFolder: false
archiveType: 'zip'
archiveFile: '$(System.DefaultWorkingDirectory)/$(Build.Repository.Name).zip'
Expand Down

0 comments on commit bcc0441

Please sign in to comment.