I used the following work around:
1.      Copy files from $(Solution
directory)\packages\Artifactory.1.0.0\lib\net45 to $(Solution
directory\.artifactory 
2.      In the Visual Studio Solution, Add the 3 dlls as existing files to the
.artifactory solution directory.
3.      Edit .artifactory\Deploy.targets file and replace the following line:
(around line 14)
a.      <UsingTask TaskName="JFrog.Artifactory.ArtifactoryBuild"
AssemblyFile="$(solutionDir)\packages\Artifactory.$(pluginVersion)\lib\net45\JFrog.Artifactory.dll"
/>
with
b.      <UsingTask TaskName="JFrog.Artifactory.ArtifactoryBuild"
AssemblyFile="$(solutionDir)\.artifactory\JFrog.Artifactory.dll" />
4.      Remove references from the project to JFrog.Artifactory.dll,
Microsoft.Web.XmlTransoform.dll and NuGet.Core.dll
5.      Remove references from packages.config for JFrog.Artifactory.dll,
Microsoft.Web.XmlTransoform.dll and NuGet.Core.dll
6. Remove Dependencies from .nuspec file




--
View this message in context: 
http://forums.jfrog.org/Artifactory-MSBuild-plugin-issues-tp7580184p7580203.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to