The cool thing about Go is that you CAN write it on your Macbook pro, compile it for Linux / Windows / Raspberry PI etc. What I want to know is how to copy that binary from the repo into a pipeline and run it.
Yep! You can use self hosted build agents. Check out the self-hosted section here: docs.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=browser
Thanks Michael, you are a lifesaver!
Happy it helped!
The cool thing about Go is that you CAN write it on your Macbook pro, compile it for Linux / Windows / Raspberry PI etc. What I want to know is how to copy that binary from the repo into a pipeline and run it.
compiled code shouldnt be in the repo. instead, have a compile/build step in your pipeline.
thanks
Thanks for the video
Thank you for watching! 😃
Thanks for the video!
Do you know If I can set Artifact Publish to use local build server storage instead of the devops cloud?
Yep! You can use self hosted build agents. Check out the self-hosted section here: docs.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=browser