1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

removing breakpoint

This commit is contained in:
Joseph Flinn 2020-12-30 23:27:30 +00:00
parent 84ea397391
commit 672be07f40

View File

@ -53,8 +53,8 @@ steps:
- task: PublishPipelineArtifact@1
inputs:
pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-Portable-${ PACKAGE_VERSION }.exe'
artifactName: Bitwarden-Portable-$(packageVersion).exe
pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-Portable-$(PACKAGE_VERSION).exe'
artifactName: Bitwarden-Portable-$(PACKAGE_VERSION).exe
# - task: PublishPipelineArtifact@1
# inputs: