Skip to content

Commit 4ef3ed9

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 2c32d41 commit 4ef3ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ steps:
5252

5353
- task: GitHubRelease@1
5454
inputs:
55-
gitHubConnection: 'github.com_ImranCodeBug'
55+
gitHubConnection: 'ImranCodeBug'
5656
repositoryName: '$(Build.Repository.Name)'
5757
action: 'create'
5858
target: '$(Build.SourceVersion)'
5959
tagSource: 'userSpecifiedTag'
6060
tag: 'Codebug-$(Build.BuildNumber)'
6161
title: 'Release Main Branch'
62-
assets: '$(System.DefaultWorkingDirectory)/Solutions/bin/Debug/*.zip'
62+
assets: '$(System.DefaultWorkingDirectory)/CodebugNotesAttachmentViewer/bin/Debug/*.zip'
6363
changeLogCompareToRelease: 'lastFullRelease'
6464
changeLogType: 'commitBased'

0 commit comments

Comments
 (0)