BUILDING Go (golang) Code In An Azure DevOps Pipeline [Getting Started]

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 9

  • @fatihates6574
    @fatihates6574 2 года назад +1

    Thanks Michael, you are a lifesaver!

  • @RichM1967
    @RichM1967 Год назад

    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.

    • @rbutler111
      @rbutler111 Год назад

      compiled code shouldnt be in the repo. instead, have a compile/build step in your pipeline.

  • @nawodawijebandara1652
    @nawodawijebandara1652 Год назад

    thanks

  • @yuri4n
    @yuri4n 4 года назад

    Thanks for the video

  • @VikingPingvin93
    @VikingPingvin93 4 года назад

    Thanks for the video!
    Do you know If I can set Artifact Publish to use local build server storage instead of the devops cloud?

    • @CloudDevEngineering
      @CloudDevEngineering  4 года назад

      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