Skip to content

Commit

Permalink
chore: update Azure Pipelines and README with new organization details
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
shblue21 committed May 30, 2023
1 parent 5231023 commit d033cc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> This Extension still in development.
Build: ![Build Status](https://dev.azure.com/shblue21/jreleaser-azure-devops-extension/_apis/build/status/Build)
Build: ![Build Status](https://dev.azure.com/JReleaser/jreleaser-azure-devops-extension/_apis/build/status/Build)

## Overview
The tasks in this extension allow for running JReleaser commands from Azure Pipelines.
Expand Down
5 changes: 3 additions & 2 deletions azure-pipelines-publish-earlyaccess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ variables:
marketplace_publisher: 'jreleaser'
marketplace_extensionName: 'JReleaser-EarlyAccess'
marketplace_extensionId: 'jreleaser-azure-devops-extension-earlyaccess'
marketplace_share_with: 'shblue21'
marketplace_share_with: 'JReleaser'
install_account: 'https://dev.azure.com/JReleaser'

stages:
- stage: Build
Expand Down Expand Up @@ -152,7 +153,7 @@ stages:
connectedServiceName: 'jreleaser_publish'
publisherId: 'JReleaser'
extensionId: '$(marketplace_extensionId)'
accounts: 'https://dev.azure.com/shblue21'
accounts: '$(install_account)'
- publish: 'jreleaser-azure-devops-extension.vsix'
artifact: JReleaserExtension-vsix
# wait for 1 minute to allow the extension to be installed
Expand Down
10 changes: 1 addition & 9 deletions azure-pipelines-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,12 @@ variables:
marketplace_publisher: 'jreleaser'
marketplace_extensionName: 'JReleaser'
marketplace_extensionId: 'jreleaser-azure-devops-extension'
marketplace_share_with: 'shblue21'

stages:
- stage: Build
jobs:
- job: Build_JReleaser_Installer
steps:
- checkout: self
persistCredentials: true
fetchTags: true
fetchDepth: 0
- task: Npm@1
displayName: 'install'
inputs:
Expand All @@ -53,10 +48,6 @@ stages:

- job: Build_JReleaser_Task
steps:
- checkout: self
persistCredentials: true
fetchTags: true
fetchDepth: 0
- task: Npm@1
displayName: 'install'
inputs:
Expand Down Expand Up @@ -110,6 +101,7 @@ stages:
steps:
- checkout: self
fetchTags: true
clean: true
- script: |
if [[ "$(Build.SourceBranch)" != refs/tags/* ]]; then
echo "Build was not triggered by a tag, exiting."
Expand Down

0 comments on commit d033cc2

Please sign in to comment.