I has customize the DefaultTemplate and change the SyncWorkspace activity to TfGet activity. Now I'm trying to queue a build with shelve but the build seem to ignore the shelve and ran the build without the shelve, I'v tried to queue the same build with the same shelve in the default template and everything is fine.. There is anyone that know what the problem?
Unable to queue a build with shelve - TFS
127 Views Asked by Hen Rofe Haim At
2
There are 2 best solutions below
Related Questions in BUILD
- Build issue in my STM32-NUCLEO project using the Eclipse IDE
- Module not found when building flutter app for IOS
- Why am I getting this error ? error CS0103: The name 'EnhancedStackTrace' does not exist in the current context
- Gradle 8.7 cannot find installed JDK 22 in IntelliJ
- Build LLVM, Clang and Libfuzzer
- when I open a ktor project, error Cannot invoke "java.nio.file.Path.toString()" because the return value of "java.nio.file.Path.getFileName()" is null
- Cannot make Django run the frontend from Vite's build ("was blocked because of a disallowed MIME type (“text/html”)")
- Distorted CSS after Build process
- how to build nextjs app unable to build and deploy
- How to build custom mediapipe python model i.e. adding flow_limiter_calculator to face_landmark_front_cpu.binarypb
- Assets not showing after build process in Vite and React
- "Config.guess failed to determine the host type" when trying build binutils-2.7 with Cygwin
- The assembled Python application does not launch
- Why rebuild module does not recompile dependency module, but build module does in IntelliJ Idea?
- Gitlab pipeline stuck with nx cloud issue
Related Questions in SHELVE
- Does python shelve module allocate space in chunks of a certain size?
- Get back unseen shelf changes
- I am using shelvedb in docker. but when i am writing or updating my DB it's now happening
- I set db_ID_1 to '0' with shelve module like pickle module.. i print db_ID_1 and it = 0 but when I do... IF db_ID_1 != '0': .. it think it isn't 0
- Shelve module: How to instantly write on memory when using 'deque.append()'
- How do I access multiple python/shelve database at the same time?
- Is it insane to store access token in shelve object?
- How to migrate `shelve` file from Python 3.10 to Python 3.11
- Shelve is not loading all the keys stored inside the .db file when iterating through the file
- Python shelve module type hints in PyCharm, "expected type xx, got Shelf[object] instead"
- How do I get stored dictionaries' values from a shelve-file back into the program
- How to share tkinter widget in a shelve store?
- How to specify nested type hint for a shelve object?
- Python shelve module why is this code fast, but the other slow?
- How to add row number while printing
Related Questions in SHELVESET
- How do I find my shelved changes in tfs Visual Studio 2008?
- How to get the shelveset associated to queued CIs?
- How can we fetch the shelveset name during Gated check-in and assign it to a variable in tfs build task
- How to export TFS Shelveset comments to text or excel
- Investigate about vanished shelveset
- How to find conflict between a shelveset and a branch in Azure Devops
- How can I create a shelve-set in Intellij without shelving my changes?
- How to shelve\save my pending changes in VS 2017 without being connected to TFS
- Cannot use TF destroy command due to a shelveset for a user with Invalid Identity
- How to do code analysis for particular shelveset in visual studio?
- Shelveset in VSTS (git) with VS2017
- how the build defintion unshelve the given shelveset during build process
- VersionControl TFS API Get shelved items programatically c#
- Update existing shelve file in VS2017
- TFS Java SDK - shelving file that already exists on the repository
Related Questions in UNSHELVE
- How do I find my shelved changes in tfs Visual Studio 2008?
- TortoiseSVN - Recover content of shelved files
- Pycharm - Shelved Changes... now I'd like it back
- p4 unshelve doesn't bring new added files
- TFS 2017/VS 2017 unshelve to different branch, alternatively create a branch from "Main" with saved, uncommitted changes
- How to create a fresh Shelve Changelist in Perforce
- Shelves in Tortoise and Mercurial command line don't seem to interoperate?
- How to get a shelve set from closed review
- Unshelve a file which is in exclusive check out in Perforce/P4
- Batch - Remove Range/specific words
- Is there a way to get a mercurial shelf back after a merge mistake?
- Unshelve throws "No appropriate mapping exists" error then works when I try again
- Unshelving changes in Visual Studio
- Perforce - How to remove a file from a shelved changelist?
- The shelveset could not be unshelved
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

Did you have to use TF get activity to get the sources. There are some obvious differences between the both SyncWorkspace and Tf get activity. Recommend you to use TF get source activity. Tess pass on my environment with below settings.