Deployment of standalone Vue CLI application using Jenkins in Windows Server

Jayant 1 Reputation point
2021-12-08T10:02:48.96+00:00

I am trying to deploy a standalone Vue CLI application using Jenkins in Windows Server. When I try to do that, I'm able to create artifacts, but the MS Deploy is not able to run because as per the syntax, MS Deploy is looking for a .csproj file, and we are using Vue CLI. Can someone help?

Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,916 Reputation points
    2021-12-10T09:11:32.377+00:00

    Hi there,

    If you are using Vue CLI along with a backend framework that handles static assets as part of its deployment, all you need to do is make sure Vue CLI generates the built files in the correct location, and then follow the deployment instruction of your backend framework.

    ".csproj" is a Visual Studio .NET C# Project file extension. This file will have information about the files included in that project, assemblies used in that project, project GUID and project version etc.


    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.