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
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
Post a Comment