jfrog / project-examples

Small projects in universal build ecosystems to configure CI and Artifactory
1.01k stars 2.39k forks source link

Dotnet artifactory creation #238

Open astuppad opened 4 years ago

astuppad commented 4 years ago

How to deploy .net core artifact ?. It is only publishing build information but artifact is not able to deploy.

astuppad commented 4 years ago

Can i get the reply on the please i am in a bit urgent.

eyalbe4 commented 4 years ago

@niketjsh, Are you using JFrog CLI or Jenkins?

astuppad commented 3 years ago

I am using Jenkins

On Tue, Oct 20, 2020, 8:18 PM Eyal Ben Moshe notifications@github.com wrote:

@niketjsh https://github.com/niketjsh, Are you using JFrog CLI https://www.jfrog.com/confluence/display/CLI/CLI+for+JFrog+Artifactory#CLIforJFrogArtifactory-BuildingNuGetPackages or Jenkins https://www.jfrog.com/confluence/display/JFROG/Declarative+Pipeline+Syntax#DeclarativePipelineSyntax-NuGetand.NETCoreBuildswithArtifactory ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jfrog/project-examples/issues/238#issuecomment-712908007, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIS5JILIHUDJK2E5DC5L2ATSLWPL3ANCNFSM4SV5RY4Q .

astuppad commented 3 years ago

stage ('Exec .NET restore') { steps { rtDotnetRun ( resolverId: "DOTNET_RESOLVER", args: "restore ./src/GraphQL.sln" ) } }}

This step is used only to restore. What is the approach to publish the .net core web applications

astuppad commented 3 years ago

@eyalbe4 Can you please provide me an example for my problem

astuppad commented 3 years ago

@eyalbe4 I am still waiting for the solution. Please let me know if there is no solution for this.