Wednesday, 12 May 2021

Jenkins - .net Core app

  1. Install Jenkins
  2. Go to Dashboard -> New Item (for configuring new project)
  3. Go to Dashboard -> Edit Item (for changing existing project configuration)
  4. click on "Source Code Management" tab, set scm details
  5. Go to "Build' tab. 
  6. Add Build step -> Execute Windows Batch command
      • cd E:\Nagesh\github\todo\myApp.web
        • e:
          • dotnet publish -c debug -o C:\inetpub\wwwroot\myapp 

        No comments:

        Post a Comment

        Search This Blog

        Creating your first "Alexa" Skill

        Index What is Alexa What is Alexa Skill? Why is it required when Alexa already equipped with voice assistant? Dev...