Skip to content

Commit

Permalink
hotfix azure-script
Browse files Browse the repository at this point in the history
  • Loading branch information
coder3101 committed Jan 28, 2020
1 parent aa56e0c commit 9dc2bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
displayName: 'Package to AppImage'
- task: GitHubRelease@1
condition: or(endsWith(variables['Build.SourceBranch'], '-beta'), endsWith(variables['Build.SourceBranch'], '-rc')
condition: or(endsWith(variables['Build.SourceBranch'], '-beta'), endsWith(variables['Build.SourceBranch'], '-rc'))
inputs:
gitHubConnection: github.com_coder3101
repositoryName: '$(Build.Repository.Name)'
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
dir .
displayName: 'Inno setup compile'
- task: GitHubRelease@1
condition: or(endsWith(variables['Build.SourceBranch'], '-beta'), endsWith(variables['Build.SourceBranch'], '-rc')
condition: or(endsWith(variables['Build.SourceBranch'], '-beta'), endsWith(variables['Build.SourceBranch'], '-rc'))
inputs:
gitHubConnection: github.com_coder3101
repositoryName: '$(Build.Repository.Name)'
Expand Down

0 comments on commit 9dc2bc4

Please sign in to comment.