Skip to content

Commit

Permalink
Merged PR 182: Azure DevOps rename
Browse files Browse the repository at this point in the history
- Updated all naming and URL for Azure DevOps rename and Public Projects
- Updated
  • Loading branch information
MrHinsh committed Sep 26, 2018
1 parent 7001e4e commit 9d59af0
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 35 deletions.
Binary file added .vs/Azure-DevOps-Variable-Tools/v15/.suo
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# Variable (de|re)Hydration Tasks
# Azure DevOps Variable Tools

Visual Studio Team Services Build and Release Management extensions that help you make use of your build variables in your Release workflows.
Azure DevOps Variable Tools is an extesnion for Azure Pipleines Build and Azure Pipleines Release that help you make use of your Build variables in your Release workflows.

Get the [Variable (de|re)Hydration Tasks](https://marketplace.visualstudio.com/items?itemName=nkdagility.variablehydration) extensions for VSTS from the Marketplace.
Get the [Azure DevOps Variable Tools](https://marketplace.visualstudio.com/items?itemName=nkdagility.variablehydration) extensions for Azure DevOps Services from the Marketplace.

Learn more about this extension on the wiki!

##Tasks included

- **Variable Dehydration Task** - During your build you can save the variables to a json file stored with your other build assets
- **Variable Rehydration Task** - During your Release you can load the saved variables and gain access to them.
- **Variable Save Task** - During your build you can save the variables to a json file stored with your other build assets
- **Variable Load Task** - During your Release you can load the saved variables and gain access to them.

##Steps

After installing the extension, you can add one (or more) of the tasks to a new or existing build definition or release definition

Full documentation is available on [http://vsts-variable-hydration-tasks.readthedocs.io](http://vsts-variable-hydration-tasks.readthedocs.io)
Full documentation is available on [https://dev.azure.com/nkdagility/Azure-DevOps-Variable-Tools/_wiki/wikis/variable-tools](https://dev.azure.com/nkdagility/Azure-DevOps-Variable-Tools/_wiki/wikis/variable-tools)

**NOTE: This Task used PowerShell which currently only supports Windows untill [PowerShell Handler to run PS based task on Linux/MacOS agent](https://github.com/Microsoft/vsts-task-lib/issues/314) is resolved to support cross-platform.**
14 changes: 8 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# Variable (de|re)Hydration Tasks
# Azure DevOps Variable Tools

Visual Studio Team Services Build and Release Management extensions that help you make use of your build variables in your Release workflows.
Azure DevOps Variable Tools is an extesnion for Azure Pipleines Build and Azure Pipleines Release that help you make use of your Build variables in your Release workflows.

Get the [Variable (de|re)Hydration Tasks](https://marketplace.visualstudio.com/items?itemName=nkdagility.variablehydration) extensions for VSTS from the Marketplace.
Get the [Azure DevOps Variable Tools](https://marketplace.visualstudio.com/items?itemName=nkdagility.variablehydration) extensions for Azure DevOps Services from the Marketplace.

Learn more about this extension on the wiki!

##Tasks included

- **Variable Dehydration Task** - During your build you can save the variables to a json file stored with your other build assets
- **Variable Rehydration Task** - During your Release you can load the saved variables and gain access to them.
- **Variable Save Task** - During your build you can save the variables to a json file stored with your other build assets
- **Variable Load Task** - During your Release you can load the saved variables and gain access to them.

##Steps

After installing the extension, you can add one (or more) of the tasks to a new or existing build definition or release definition

Full documentation is available on [http://vsts-variable-hydration-tasks.readthedocs.io](http://vsts-variable-hydration-tasks.readthedocs.io)
Full documentation is available on [https://dev.azure.com/nkdagility/Azure-DevOps-Variable-Tools/_wiki/wikis/variable-tools](https://dev.azure.com/nkdagility/Azure-DevOps-Variable-Tools/_wiki/wikis/variable-tools)

**NOTE: This Task used PowerShell which currently only supports Windows untill [PowerShell Handler to run PS based task on Linux/MacOS agent](https://github.com/Microsoft/vsts-task-lib/issues/314) is resolved to support cross-platform.**
6 changes: 3 additions & 3 deletions variabledehydration-task/v0/task.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"id": "94fd260a-77ed-4c97-a4aa-2a27039e29b8",
"name": "variabledehydration",
"friendlyName": "Variable (de)Hydration Task",
"friendlyName": "Variable Save Task",
"description": "Saves the build variables as a .json file so that you can use it later.",
"helpMarkDown": "v#{GitVersion.FullSemVer}# [More Information](https://github.com/nkdAgility/vsts-variable-hydration-tasks#readme)",
"helpMarkDown": "v#{GitVersion.FullSemVer}# [More Information](https://dev.azure.com/nkdagility/_git/Azure-DevOps-Variable-Tools?path=%2FREADME.md)",
"category": "Utility",
"visibility": [
"Build",
"Deploy"
],
"author": "Martin Hinshelwood",
"author": "naked Agility - Martin Hinshelwood",
"version": {
"Major": "#{GitVersion.Major}#",
"Minor": "#{GitVersion.Minor}#",
Expand Down
6 changes: 3 additions & 3 deletions variablerehydration-task/v0/task.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"id": "7e7e1b5c-d87d-4a4c-a51a-95de28ce0fb9",
"name": "variablerehydration",
"friendlyName": "Variable (re)Hydration Task",
"friendlyName": "Variable Load Task",
"description": "Loads the saved variables file and rehydrates the variables.",
"helpMarkDown": "v#{GitVersion.FullSemVer}# [More Information](https://github.com/nkdAgility/vsts-variable-hydration-tasks#readme)",
"helpMarkDown": "v#{GitVersion.FullSemVer}# [More Information](https://dev.azure.com/nkdagility/_git/Azure-DevOps-Variable-Tools?path=%2FREADME.md)",
"category": "Utility",
"visibility": [
"Build",
"Deploy"
],
"author": "Martin Hinshelwood",
"author": "naked Agility - Martin Hinshelwood",
"version": {
"Major": "#{GitVersion.Major}#",
"Minor": "#{GitVersion.Minor}#",
Expand Down
27 changes: 10 additions & 17 deletions vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,41 @@
{
"manifestVersion": 1,
"id": "variablehydration",
"name": "Variable (de|re)Hydration Tasks",
"name": "Variable Tools for Azure DevOps Services",
"version": "#{GitVersion.Major}#.#{GitVersion.Minor}#.#{GitVersion.Patch}#",
"public": false,
"public": true,
"publisher": "nkdAgility",
"galleryFlags": [
"Private"
],
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "Includes Build tasks to save (or dehydrate) you build variables and Release tasks to help you load (or rehydrate) then in your release manegment process.",
"description": "Includes Build tasks to save (or dehydrate) you Azure Pipeline Build variables and Azure Pipeline Release tasks to help you load (or rehydrate) then in your Azure Pipeline Release process.",
"categories": [
"Build and release"
],
"tags": [
"release",
"build",
"process",
"process template",
"template",
"upload",
"hydrate"
"variable"
],
"links": {
"learn": {
"uri": "http://vsts-variable-hydration-tasks.readthedocs.io"
"uri": "https://dev.azure.com/nkdagility/Azure-DevOps-Variable-Tools/_wiki/wikis/variable-tools"
},
"support": {
"uri": "https://github.com/nkdAgility/vsts-variable-hydration-tasks/issues"
"uri": "https://github.com/nkdAgility/azure-devops-variable-tools/issues"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/nkdAgility/vsts-variable-hydration-tasks"
"uri": "https://github.com/nkdAgility/azure-devops-variable-tools"
},
"badges": [
{
"href": "https://nkdagility.visualstudio.com/vsts-variable-hydration-tasks",
"uri": "https://nkdagility.visualstudio.com/_apis/public/build/definitions/91025b4c-c1e0-4096-b006-4be06edc3f9d/99/badge",
"description": "VSTS build for the project"
"href": "https://dev.azure.com/nkdagility/Azure-DevOps-Variable-Tools/_build?definitionId=99",
"uri": "https://dev.azure.com/nkdagility/Azure-DevOps-Variable-Tools/_apis/build/status/CI",
"description": "Azure Pipelines Build for the project"
}
],
"icons": {
Expand Down

0 comments on commit 9d59af0

Please sign in to comment.