Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
126 views

In Groovy is there a way to execute a `build` step only if there had been changes since the last build?

I need a way to run a job B from or before a job A, but I want to avoid unnecessary builds (i.e. without changes since the last run). I'm currently using the build step to trigger job B from job A ...
frans's user avatar
  • 9,948
4 votes
2 answers
15k views

Gradle: How do I run my LIquibase changesets as part of my normal build process?

I'm using Gradle 2.7 with the Gradle Liquibase plugin v 1.1.1. How do I run my changeSets as part of doing my normal build using gradle build ? I currently have this in my build.gradle file ... ...
Dave's user avatar
  • 19.9k
0 votes
1 answer
503 views

manually associate changesets in tfs build

Microsoft TFS build by default assigns all changesets after last successful build into "Associated Changesets". Is there a way to do it manually? What I would like to achieve is to search for last ...
user3564258's user avatar
4 votes
1 answer
4k views

Use TFS Changeset in Version Number

I have seen 'tf changeset /latest /i' referenced as an answer in getting the latest changeset version number to use in the msbuild version number but can't find any further information on where that ...
Tamara Pattinson's user avatar
14 votes
5 answers
12k views

Getting TFS to put the changeset in the assembly version

I have got a Team Foundation Server Build running cleanly. It produces several assemblies and I would like the assemblies versions to have the last number to be the changset number. That is, if I ...
vidstige's user avatar
  • 13.1k
1 vote
1 answer
1k views

Getting Changesets in build process workflow activity

I have a custom Code Activity that sends out a status email at the end of the build process. So far I have it working except I cant seem to get the Associated Changesets and Work Items. Right now I ...
John Neville's user avatar
0 votes
1 answer
1k views

Build Solution on TFS using a specific changeset

I am developing a project that uses TFS to build solutions. But I found an error that I do not know how to solve it. When we compile a solution, we can specify a changeset to compile, right? Imagine ...
Adelson's user avatar
2 votes
1 answer
231 views

How to retrieve associated file being checked in from a changeset?

I want to trigger a build only when a particular file is checked in. So i need a way of accessing the associated filename from a changeset from the tfs build script, so i can check for the condition ...
user avatar