Skip to content
#

vsts

Here are 323 public repositories matching this topic...

trondhindenes
trondhindenes commented Mar 6, 2018

According to the docs, the teamcity integration needs a "build configuration id". Since this is something attached to each project it doesn't make sense - I would assume that node-build-monitor is able to monitor all builds on a teamcity server and not just a single one? I've tried setting it to "*" but that didn't do anything. It would be great if configuration items were clarified (both in terms

SebastianSchuetze
SebastianSchuetze commented Apr 23, 2020

I suggest using plaster to scaffold all files needed for new cmdlets

https://github.com/PowerShell/Plaster/blob/master/

I suggest the following things to scaffold from templates:

  • cmdlet file with name Verb-VSteamAction
  • create markdown docs with synopsis file and basic doc file
  • check whether during scaffold we can already define parameters for the cmdlet and also add it to the files
SamuelDeveloper3
SamuelDeveloper3 commented Oct 31, 2019

import os
from azure.devops.connection import Connection
from msrest.authentication import BasicAuthentication

Fill in with your personal access token and org URL

PERSONAL_ACCESS_TOKEN = os.getenv("PERSONAL_ACCESS_TOKEN")
ORGANIZATION_URL = 'xxxxxx'
PROJECT_NAME = "xxxxxx"

def create_pipeline_client():
# Get connection from devOps & create pipeline client
credentials = Basic

carlowahlstedt
carlowahlstedt commented Sep 6, 2017

I didn't see anywhere one visualstudio.com to report this, so I'm doing it here. The ReadMe on this repo is 1000x clearer with what's going on. However, when looking for examples of how to create this type of extension for VSTS you find this tutorial. That tutorial needs updated to reflect the readme, reference it, or

mahidharguggilam
mahidharguggilam commented Apr 30, 2020

If there is any inline image of description with file name like "screen shot.jpg" are not mapping. So I fixed it like this in Agent.cs class. As the images is getting saved as "screen+shot.jpg" when Jira son is exported

private void CorrectImagePath(WorkItem wi, WiItem wiItem, WiRevision rev, ref string textField, ref bool isUpdated)
{
foreach (var att in wiItem.Revisions

DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.

  • Updated Oct 22, 2018
rossj81
rossj81 commented Mar 19, 2020

I'm trying to set up a new instance of Aggregator CLI as an Azure function app. I've created the app on Azure and think I've installed Aggregator CLI, but don't know how to save my Azure DevOps (VSTS) Personal Access Token (PAT) to Aggregator in order for the app to authenticate against DevOps.

What I've done so far

  1. Created a new resource group on Azure
  2. Created a function app on Az

Improve this page

Add a description, image, and links to the vsts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vsts topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.