- Install Jenkins
- Go to Dashboard -> New Item (for configuring new project)
- Go to Dashboard -> Edit Item (for changing existing project configuration)
- click on "Source Code Management" tab, set scm details
- Go to "Build' tab.
- 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