Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Change azure repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdm committed Jul 14, 2019
1 parent fe8c540 commit 0663fa7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .ci/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ steps:
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
inputs:
gitHubConnection: 'jaspervdm'
repositoryName: 'jaspervdm/wallet713'
repositoryName: 'vault713/wallet713'
action: 'edit'
target: '$(build.sourceVersion)'
tagSource: 'manual'
Expand All @@ -44,4 +44,5 @@ steps:
$(Build.ArtifactStagingDirectory)/wallet713-$(build.my_tag)-$(build.platform)-sha256sum.txt
title: '$(build.my_tag)'
assetUploadMode: 'replace'
addChangeLog: true
addChangeLog: true
compareWith: 'lastFullRelease'
4 changes: 2 additions & 2 deletions .ci/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ steps:
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
inputs:
gitHubConnection: 'jaspervdm'
repositoryName: 'jaspervdm/wallet713'
repositoryName: 'vault713/wallet713'
action: 'edit'
target: '$(build.sourceVersion)'
tagSource: 'manual'
Expand All @@ -44,4 +44,4 @@ steps:
$(Build.ArtifactStagingDirectory)/wallet713-$(build.my_tag)-$(build.platform)-sha256sum.txt
title: '$(build.my_tag)'
assetUploadMode: 'replace'
addChangeLog: true
addChangeLog: false
4 changes: 2 additions & 2 deletions .ci/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ steps:
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
inputs:
gitHubConnection: 'jaspervdm'
repositoryName: 'jaspervdm/wallet713'
repositoryName: 'vault713/wallet713'
action: 'edit'
target: '$(build.sourceVersion)'
tagSource: 'manual'
Expand All @@ -44,4 +44,4 @@ steps:
$(Build.ArtifactStagingDirectory)\wallet713-$(build.my_tag)-$(build.platform)-sha256sum.txt
title: '$(build.my_tag)'
assetUploadMode: 'replace'
addChangeLog: true
addChangeLog: false

0 comments on commit 0663fa7

Please sign in to comment.