We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c32d41 commit 4ef3ed9Copy full SHA for 4ef3ed9
azure-pipelines.yml
@@ -52,13 +52,13 @@ steps:
52
53
- task: GitHubRelease@1
54
inputs:
55
- gitHubConnection: 'github.com_ImranCodeBug'
+ gitHubConnection: 'ImranCodeBug'
56
repositoryName: '$(Build.Repository.Name)'
57
action: 'create'
58
target: '$(Build.SourceVersion)'
59
tagSource: 'userSpecifiedTag'
60
tag: 'Codebug-$(Build.BuildNumber)'
61
title: 'Release Main Branch'
62
- assets: '$(System.DefaultWorkingDirectory)/Solutions/bin/Debug/*.zip'
+ assets: '$(System.DefaultWorkingDirectory)/CodebugNotesAttachmentViewer/bin/Debug/*.zip'
63
changeLogCompareToRelease: 'lastFullRelease'
64
changeLogType: 'commitBased'
0 commit comments