Create a Self Hosted Agent in you local PC and Connect with DevOps
Use Self Hosted Agent Pool In Ci/CD Pipeline (Changes required)
By default a MS Virtual machine will be used in Pipeline YAML file
pool:
vmImage: ubuntu-latest
Lets change this our Self Hosted Pool
pool:
name: Default
Save and Run the Pipeline
if it ask for permission, select that error and click ‘Permit’ on popup window