Azure-devops Questions
Ad
Azure DevOps Conditional for Multiple values
I have been following
Difference in Git Repositories in Azure DevOps
I have two git repositories in a project in azure devops. why do they display differently? one has a red icon, the other a black icon. what is the
Is there an equivalent Azure DevOps Git REST API operation to 'git log --follow -- <File name>'?
I'm trying to get the first commit of a given git item using the get-commits api endpoint:
Why is an unchanged file appearing in my pull request?
I am working on an entity framework core project, where one of the files is the dbcontextsnapshot in my latest pr (to dev
How to Download/Upload Files from Azure Blob using Python in Spyder/Anaconda
I am new to azure. i created a blob storage today. i am trying to run some python code that i found online, to download files fro this blob
Start Node server and run test in CICD
I am currently trying to deploy some tests to azure pipelines (but this should apply to any cicd framework) i have an express project, and
Use git credential manager to fetch azure devops api instead of personal access token
I am trying to fetch git azure devops api to get information about repositories and branches in js. in order to achieve that, i made a
Azure DevOps self hosted agent reports wrong version for NPM
We have updated node to version 10.16.3 and npm to version 6.11.3 (all the latest at this time) on our windows based self hosted agent.
How to run node.js file from azure-pipeline.yml?
I have an azure ci/cd pipeline set up running scripts among other things from the azure-pipelines.yml file. i am trying to run the following
Share version information in Azure DevOps
I've written a small android application using xamarin android. as the title suggests, i'm using azure devops as ci and release pipeline. the
Ad
Nuxt.js app error when starting on Azure web apps
I'm trying to run a nuxt.js application on azure. when i deploy the application (successfully) using azure devops ci/cd to azure web apps, the
Flutter App Showing Grey Screen when internet is off(in debug apk)
My flutter app (on installing the build apk) is showing this grey screen when fetching data from api and i have assigned some different widget
How to separate approvals of multiple jobs
I have a release pipeline that consists of two jobs, for qa and production. each job has a corresponding environment: jobs: -
How to deploy a react app to mutiple environments without multiple builds?
I'm setting up a ci/cd pipeline using azure devops to automatically deploy a react application to multiple environments. as i understood things,
Cannot find module '../lib/tsc.js' when releasing typescript application to azure
I'm trying to release a typescript application to a azure app service running on linux. i'm doing this using azure devops. i've setup a build and
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable" Laravel on Azure
I have deployed my laravel app on azure web app when trying to access long url i get this error the resource you are looking for has
Signing iOS application for internal deployment with Push Notifcations
We have an ios application which we create using xamarin. we are starting to use apple push notification services and i have updated our
Run node shebang script from an Azure Pipeline step
Is it possible to call a node shebang script from an azure pipeline step? i have a node shebang along these lines but i do not know what
How to add a new tab in Azure DevOps build result to show HTML content?
I need to display html content in a new tab in the build summary of an azure devops pipeline. the html file is generated from a task of the
Unable to determine Identity
When i use this build task on hosted macos in azure devops, i'm getting some errors that are causing the build to fail at various steps.
Pull only one folder from get repository Git from Azure Pipelines
I'm working on git. my environment is azure devops. i have a vsts build agent. i'm trying to pull only one folder from my repo on to the build
Ad
TFS server error (from Azure DevOps Extension) : Use of const in strict mode
I have azure devops extension which works fine in azure devops and many tfs versions.however when i perform test in one of random tfs server (tfs
Transfer the license agreements from my workstation to Azure Pipeline agent
I am using azure pipeline in order to execute ci on my android projects. since yesterday, the ci failed to build apps with the following message
Node Cipheriv Warning in Azure DevOps Extension - Release Task
I am working on a project to develop an azure devops release task extension. recently, i am getting this warning message printed multiple times in
Azure DevOps pipeline with Flutter Drive test framwork and AppCenter device sets
We have an azure devops build pipeline that setup to create and deploy a flutter mobile cross-platform app to microsoft appcenter. we use the
How to add Test Case into TFS via REST
I'm implementing lib to export/synchronize test cases into tfs automaticaly during test run. one of my requirements is that i need to use nodejs
How to setup DevOps build for creat-react-app project with different environment vars depending on built branch?
We have a create-react-app project that gets some build parameters from the environment (e.g. auth0 config), meaning that these environment
Azure DevOps WebExtension use WebWorker
I want to use a
Can variables in Azure Pipelines be used in NodeJS code?
Can variables in azure pipelines (build/release) be used in nodejs code? if not, can variables set in webapp be used in nodejs code as
Strange Build error in Azure Devops while using flutter
I used this guide
Error: No matching files were found with search pattern: D:\a\1\s\**\*.apk
I have react-native application in windows 10 which works great in my development machine, it can release signed
Ad
How to replace %PUBLIC_URL% in react app on an azure website
I have a react app that works perfectly fine locally, when i deploy it to azure, i have a few 404 errors, on the index.html all of them
Azure App Service Deploy does not deploy web app successfully
I am a newbie to react i created a node app service in the azure portal using the node js empty web app starter web app. when i
Flutter AzureDevOps Setup
I am a new flutter developer. i would like to find out whether i am able to use azure devops with flutter? how do i set it up, so i am able to
How to make the sum of all completed time in the task at feature leavel in Azure DevOps
I need to calculate effort for each feature in my backlog. every sprint or iteration i must make the sum of all completed work time of the
Unable to download folder as zip via TFS 2015 RestFul Apis
This is a follow up question related to :
Can't upload image (binary) using Azure DevOps Rest API
I am using javascript (jquery) to do a post to azure devops rest api to upload a simple image. but, i can't manage to get it working.
Angular app on azure app service - 404 errors when loading config file from assets folder
I am trying to deploy an angular 6 app on azure app service platform (windows machine). the app itself is just a new angular app (basic code
VSTS CopyFiles task produces error 'Could not write to dest file (code=EPERM)'
I have vsts agent running as a service under the 'network service' account. when i attempt to use "copy files task" the task sometimes
How to use private packages in Azure Pipelines During CI/CD builds
I am using azure ci/cd pipelines for flutter build. in my pubspec yaml file, i have dependencies that are private to my project and the code is
How to create a react build pipeline in vsts with yarn. Couldn't find a package.json
I have a react project, and locally i use just yarn install, yarn build and yarn start to test it at
Builing Xamarin iOS in Azdo Pipeline for iOS 15
We are currently building our xamarin forms project locally with a mac build machine using xcode 12.5 and our ios devices are running a max
Ad
How to Patch a test result on Azure Devops through the API
I'm trying to update the results for a testcase on azure devops through the api using axios, but at the end of my request i get this error
VSTS REST API - GIT - Does Branch Exist?
How can i tell if a branch exists in my vsts git repo using the rest api? i see there's a ref endpoint, and i can filter the query for
How to tag a vats build based on the git's branch name?
I'm using visual studio team service for ci/cd i like to add a tag to te builds based on the git's branch name if ( branch name is like
Azure DevOps - Package feed
I have created a package feed in azure devops. everything was working until pip version 22.0 was released. now when i try to install
VS2017 Git fails to clone with Proxy CONNECT aborted error
Trying to clone a repo from git under vsts in visual studio 2017 but get the following error: git failed with a fatal error.
VSTS Deploy with git push to a remote repository
I'm currently working with vsts to host a git repository containing a wordpress site. i want to push this repository to a remote (wpengine) using
Dependent builds in VSTS
I have a vsts git repository, all ui, services, code is in the same repository. successful build produces the installer (.msi) to install the
Use multiple SSH keys with VSTS
I am trying to figure out how to use multiple ssh keys with vsts. i have two different vsts accounts and an ssh key associated with each. as long
Commit a file to Git during continuous integration/continuous delivery process in VSTS using VSTS API
We have multiple release environments configured in vsts which use different databases. each database in these environments contain specific
Getting a '403 Forbidden' when calling the Pull Request API on VSTS
For other apis that i'm calling (including analytics), it all seems to work fine, but when i try to make any pull request queries, i get a
Merging one branch to another through VSTS API
Is there a way to merge one branch to another using the api? i had a look here, but it doesn't seem to offer me a solution to what i want
Ad
VSTS Git-credentials not longer working for external tools?
Since the last 3 days i experience problems when connecting with externals tools to git repos on vsts. i use gitkraken and i always had to
Use VSTS node api to query for all commits in a particular branch
I've been using the vsts-node-api with some degree of
Is there a way in VSTS to disable a git repository?
I created a new project and imported the code from a different project's git repo, i now want to disable the old repo, in other words:not allow
Is there an API call to get VSTS work item given its branch name
I have a powershell script as part of my vsts build definition. in here, i have access to the branch name that triggered the build. each
VSTS and Git: Why does squashing my DEV branch while merging to master says that DEV is both behind and ahead of master?
I'm hoping someone can help me with this as i'm scratching my head to understand what is going on, and if it can be rectified. i'm
synchronization TFVC with GIT on VSTS
Anyone know a synchronization solution between tfvc on premise (tfs) with git (vsts cloud based)? does it possible to connecting those platform ?
Build Monorepo in VSTS only when package changed
When using a monorepo in vsts, sometimes i only update one package in a commit, not everything. in that case, i only want to run the build for
Fetching directories from another repository in VSTS
I have a ci/cd pipeline which is triggered when there are any changes to repository a. i am trying to fetch and build a directory from a
Microsoft VSTS doesn't build Android project - JavaMaximumHeapSize - works on local machine
I am using private build agent for my builds. (this works on vs appcenter, if you use their machine but it costs and build is slow, or if you use
TFS Token Authentication failing
My authentication with token (and password) is failing for the local tfs. it uses a proxy and has no internet connection. i should use the
Create a repository in VSTS by c#
I found some articles regarding to make a repository on github by command line and github api. but i would like to create a repository in vsts by
Ad
Bash: Dynamically create environment variables
We're delivering secrets into our containers via a path, e.g.: /mnt/secrets ...and each subsequent file in that directory is the 'secret'
Export Images with an Azure DevOps Widget
I am building a widget for azure devops to create custom dashboards and export functionalities. till now, everything works fine, till i export a
[email protected] task fails to pull .net 6 SDk - Azure pipelines
I am trying to build a .net 6 application using [email protected] azure devops task. but the task is failing with below error.
Resolving dependencies from external files
I'm new in azure devops pipeline. i have three c project in azure repos git and i've configured a linux self-hosted agents. the
How to enable -allowProvisioningUpdates in VSTS xcode task?
I am creating an ios app from vsts using xcode task with automatic signing and getting this error: no profiles for 'x' were found: xcode
Create a SSH key (or token) with permission on one repository only, with Azure DevOps
I'm working with a azure devops repository, and i have a question but i cannot find any information about if it's possible. i want to have
Az CLI: Cannot run pipeline with runtime parameters
I'm trying to run a pipeline using az cli. i have a simple pipeline: parameters: - name: initials displayname: initials type:
Azure Devops API: Find a Git commit by Sha1 prefix, branch name or tag name?
In a local git installation, i can use "git show" to find a specific commit, given a sha1 hash prefix, a branch name, or a tag name.
Azure DevOps API gives anonymous access error when creating a work item
I have been working on a project to create azure devops work items from a form on a wordpress page. everything works on my local wordpress
File names in remote are different than locally
I have a git repository on azure devops. i have noticed that the file names on the devops portal are different than in my local repository.
Git cloning URL vs Host Url
I am trying to clone a repository using git-bash to my account in a server. there is no access to the internet for this server, except to the the
Ad
Cloning Repositories - Connection Refused
I am trying to clone a repository from vsts. i am trying to do it using powershell, and using a server that has no access to the internet, except
How to browse a remote Git repo on VSTS using Visual Studio 2017?
How do i browse a remote git repository in vsts usinbg visual studio? if i use source control explorer, i get the screen below. if i switch from
TFS 2018 associating work item with commit without pull request
We are using git in our on-premises tfs 2018 rc2 rtw when we checkin our code we assiciate a work item by adding a hash and a
GIT Getting a branch from other repository
I had one repository (repoa), this repo was duplicated for repob. in repoa exist a branch called featurex, i'd like copy this branch to
How does a Pull Request append an empty commit?
When we create a pull request, visual studio team services adds an empty commit to the source branch with the message:
How can I create a Pull Request when a release completes in Azure DevOps?
A project i'm working on has 2 long-standing feature branches as well as the master branch. to fully automate deployments, i'd like to
Azure DevOps Environment under useraccount with no password
I'm trying to setup some resources for an environment that we have in azure devops. after generating and coping the script in the portal which
Updating committed file on git to have chmod 700 permissions
I have a committed file on git that currently has permissions 755, but i need it to only have 700. i was wondering if anybody has had experience
Error view Index.cshtml not found for ASP.NET Core 6 MVC app when build on Azure build agent
I get an error "view index.cshtml not found" for my asp.net core 6 mvc app when building it on azure build agent, but when building
Is it safe to delete Log Analytics Workspace
I have an aks cluster setup. in that subscription i also have a log analytics workspace. as this is a pretty huge cost factor and i think
TFS + separated git server. Is It possible?
Is it possible to use tfs for working with tasks\bugs\wiki\builds, and not to use built in git server but to deal with separated git server?
Ad
My VSTS pull request shows diffs between two branches when none exist
I'm trying to understand what's happening here because this is tripping me up. let's say i have two long lived branches. () -
VSTS-Build (git): tag source code at the end of the build
I have the following problem: a builddefinition requires that the sourcecode in the repository is tagged, the tag that should be used
VSTS / TFS Build only run NPM task when Git tag is committed and pushed
On microsoft docs it
Mapping local folders to Azure DevOps Git Repos in Visual Studio
I reinstalled my machine and loaded fresh visual studio 2019. i already have local repos on my hard disk and want to re-connect/re-map local repos
Connect-AzAccount with Azure Devops Pipeline?
I am finding difficulties in finding the best and secure way to use connect-azaccount with azure devops pipeline. i have in the
How do I debug Git LFS push failures?
I have a repo i'm migrating to azure devops, the repo utilizes lfs for large files. files in lfs range from hundreds of kb to hundreds of mb. when
release laravel project from VSTS to Azure to the correct folder
I am using visual studio team services to release my laravel project to azure. on the azure application setting and by default to virtual
Cannot connect Azure DevOps organization to Azure Active Directory
I have created an azure devops organization. i have created it with my outlook account. i want to connect it to azure active directory (aad),
How do i create a branch in Visual Studio Team Services?
I would like to create a branch on tfs in visual studio team services. is this possible and if so how can i do this?
TFVC -> Git Import results in an empty repository
Are imports broken as of 3/2/21? i tried the import process several times today in different azdo projects and each time i get an empty
Unable to perform TFVC to GIT import on VSTS
I am trying to import a specific tfs branch (without history) to git using "import from tfvc" function available after creating an empty git
Ad
Azure DevOps - Pull Request Git "Next steps: Manually resolve these conflicts and push new changes to the source branch."
I have created a branch named dev. i have done a pull request to send dev code to master, when i do this pull request it tell me:
Lock branch and alert developers that I am checking-in
We have recently started using: "new pull request" from visual studio 2017 team explorer -> git. one common issue is that once a developer
Ad
Blog Categories
Ad