Questions tagged [vnext]

93 questions
1
vote
1 answer

TFS 2015 vNext Gated Check-in builds are "Waiting for an agent to be requested"?

We are trying to use TFS 2015 Gated Builds. The trigger hooks in correctly, and the build gets created, but it never gets picked up by any agent. Non-gated builds start fine, and if we manually restart the gated build, that runs fine too. But the…
Scott Stafford
  • 43,764
  • 28
  • 129
  • 177
1
vote
1 answer

TFS 2015 vNext UsingTask

Until last year we used a an MsBuild file for our build definitions. Since this year we want to use the new vNext buildsystem in the TFS 2015. And this is my question: In the xaml file we have a line like
user7569309
1
vote
2 answers

How to change setup project version (in TFS 2015 [vNext build])

for building my project setup file\msi in TFS 2015 i use devenv Command Line task: solutionPath /build BuildConfiguration /project projectPath My question is how can i change msi version (if it's possible) from that line like ...…
Leon Barkan
  • 2,676
  • 2
  • 19
  • 43
1
vote
1 answer

How to trigger Process from process in TFS2015 Build

I have lot of build's definitions using tasks (TFS 2015 vNext), Some of them need to run from middle of running process how can i perform that case Thanks
Leon Barkan
  • 2,676
  • 2
  • 19
  • 43
1
vote
2 answers

Where can I download a *.publishsettings file for vNext in the new Azure portal?

Apologies for the long question, but I think some context is important here. I am trying to set up a release definition within TFS, which should be supporting Azure deployment by using the "Azure Web App Deployment" step (see picture). For this to…
Tybs
  • 512
  • 4
  • 23
1
vote
1 answer

An object at the specified path C:\Users\user~1.name does not exist

So today I came across an issue whereby a powershell script was causing the deployment to fail. This job is set-up exactly the same on other machines. This one however just refused to work. The error was: An object at the specified path…
Mark
  • 1,544
  • 1
  • 14
  • 26
1
vote
1 answer

vNext TFS 2015 Builds - Remove Changeset and Work Item Associations From Build, Then Re-add Them

Target Environment: TFS 2015 Update 3 We are attempting to get the vNext build system to allow us to to only associate Changesets and Work Items to a build once it is deployed via Release Management. However, the TFS vNext build system automatically…
mattbbpl
  • 87
  • 1
  • 7
1
vote
1 answer

TFS vNext Builds - Gated-Check-in Triggers cease to trigger some time after initial definition

I've defined several Build Definitions using the TFS vNext build system. These include use of the Gated Check-In feature. Initially, when the builds are defined, check-ins that have files that fall within the path of any of the Include sections of…
CJBS
  • 15,147
  • 6
  • 86
  • 135
0
votes
2 answers

TFVC: Deleting workspace fails during vnext build

we are running TVFC with "Azure DevOps Server" 2019 Update1. At the end of our vnext build, we want to delete the workspace. We do this using tf.exe. But we have to specify the workspace owner, because the account that runs the build (meaning the…
PainElemental
  • 687
  • 6
  • 14
0
votes
1 answer

TFS 2015 vNext build directory is not empty error

I've recently started to encounter a problem with a new build agent that I have added to my TFS agent pool. The agent runs my build the first time without any problem. However, all subsequent builds fail with this error "##[error]The directory is…
Ken
  • 72
  • 8
0
votes
0 answers

TFS vNext build Test Impact Analysis- Impacted unit tests are not running at all

I have a VB Solution having 1 project and corresponding unit test project in it. TIA is enabled. But during code check-in, impacted unit tests are not getting executed. If I add any new method and then write the corresponding unit test, then TIA is…
Piyush
  • 5,145
  • 16
  • 49
  • 71
0
votes
1 answer

How to copy a file from local work space to remote server (not a network shared path) with powershell

I am trying to copy a file from my local workspace to a remote server (not a network shared path) by using the powershell command through Inline Powershell" task in TFS vNext build definition. FYI, destination path is not a network shared path I…
Sam
  • 141
  • 1
  • 7
0
votes
1 answer

if uninstall.exe exists run Uninstall step else jump to Install vNext build task

I have a release TFS build which has uninstall and install step of an application in my agent folder for further testing. Unfortunately, when it happens to be fresh install in the agent directory it fails with error "Uninstall' is not recognized as…
rhp30
  • 11
  • 5
0
votes
1 answer

Msbuild warning does not break the build

After execute MSbuild task (under TFS2017) with the following parameters: /m /property:StyleCopTreatErrorsAsWarnings=false /property:StyleCopEnabled=true /p:SkipInvalidConfigurations=true the compilation succeed. The warning is shown under…
Felipe
  • 17
  • 3
0
votes
1 answer

Is there a standard way to add some approval procedure/or at least notification for changes in task groups/builds/etc.?

We had a few cases when: Someone changes a task group (or build/release/whatever). Makes some mistake. Then publishes/saves it. But doesn't notify anyone that such changes were made. Some hours later some dependent build breaks because of those…
Eugene Podskal
  • 10,270
  • 5
  • 31
  • 53