tfs - XLDeploy get .net dependencies from nuget feeds -


i create dar file .net project. don't want put dependency dar package. have pack dependency nuget package , push them nuget feed on tfs. use packages nuget feeds, don't want directly put them in dar file. but, not find how put reference nuget packages located in tfs feeds.

example: published nuget artifacts tfs feed enter image description here

in java, can same thing maven/nexus. can publish packages nexus , can use file uri of packages in deployit-manifest.xml in nexus. don't have put artifacts directly dar file. there example below.

<file.file name="common">   <targetfilename>common.jar</targetfilename>   <targetpath>/target/path/</targetpath>   <createtargetpath>true</createtargetpath>   <fileuri>maven:com.acme.temp:common:jar:4.0.0</fileuri> </file.file> 

is there similar approach nuget/tfs feeds .net projects.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -