Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit 49d65bc

Browse files
author
Paulo Sérgio Baima
authored
Merge pull request #14 from psbds/release/1.1.1
Rollout release/1.1.1 to develop
2 parents e2f09fc + cc0475a commit 49d65bc

File tree

9 files changed

+35
-662
lines changed

9 files changed

+35
-662
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77
![Azure DevOps tests](https://img.shields.io/azure-devops/tests/padasil/AzureDevOps%20-%20Unify%20Release/9)
88
![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/padasil/AzureDevOps%20-%20Unify%20Release/9)
99

10-
Unify Relase is a simple build task for Azure DevOps to enable two or more builds from the same source code to trigger a single Release.
10+
### Release Branch: (1.1) - Preview Deployment
11+
[![Build status](https://dev.azure.com/padasil/AzureDevOps%20-%20Unify%20Release/_apis/build/status/Release%20Preview%20Build)](https://dev.azure.com/padasil/AzureDevOps%20-%20Unify%20Release/_build/latest?definitionId=7)
12+
![Release](https://vsrm.dev.azure.com/padasil/_apis/public/Release/badge/39952b49-664c-4156-be6c-8f143e967f22/1/1)
13+
![Azure DevOps tests](https://img.shields.io/azure-devops/tests/padasil/AzureDevOps%20-%20Unify%20Release/9)
14+
![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/padasil/AzureDevOps%20-%20Unify%20Release/9)
15+
16+
17+
Unify Release is a simple build task for Azure DevOps to enable two or more builds from the same source code to trigger a single Release.
1118

1219
By default if you have a release that get triggered by two different builds (even if those builds are triggered from the same source version), this release will be run for each time one of this builds are completed
1320

@@ -33,7 +40,11 @@ In this way, only the last build to finish will create the build tag and the pip
3340
1. Install the Unify Release Task from the Azure DevOps Marketplace.
3441

3542
2. Put the Unify release task in your build pipelines as the last task to be executed.
36-
43+
44+
3. In your Agent Configuration, active the Flag: Allow scripts to access the OAuth token
45+
46+
![Azure DevOps tests](https://github.com/psbds/azuredevops-unify-release/blob/master/docs/agent-config-oauth.png)
47+
3748
4. In your Release Artifacts, put a Build Tag filter for the build tag you configured on the Unify Release Task (default to create_release).
3849

3950

docs/agent-config-oauth.png

93.9 KB
Loading

unify-release-build-task/icon.png

44.9 KB
Loading

0 commit comments

Comments
 (0)