NuKeeperDotNet / NuKeeper-AzureDevops-extension

NuKeeper AzureDevops and VSTS extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Gitter

NuKeeper AzureDevops Extension

This is the NuKeeper for Azure DevOps / VSTS extension. It will allow you to run the NuKeeper command inside the users build pipeline.

You will find it here in the Visual Studio marketplace.

It's up to the user to schedule the pipeline in whatever is correct for their solution.

See the website for installation instructions

Development

Prerequisites

  • npm

Debugging the extension

Run npm install in root folder.

Create a folder named temp in the root folder.

Adjust .vscode/launch.json:

  • Adjust the BUILD_SOURCESDIRECTORY for a path to a repo.
  • Put a valid token in the ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN

Open the root folder in Visual Studio Code.

Go to the debugger tab and click Debug NuKeeper.

Check the Debug console for output

About

NuKeeper AzureDevops and VSTS extension


Languages

Language:TypeScript 100.0%