diff --git a/.pipelines/cg-pipeline.yaml b/.pipelines/cg-pipeline.yaml index c732527d2bf..7b619c980c4 100644 --- a/.pipelines/cg-pipeline.yaml +++ b/.pipelines/cg-pipeline.yaml @@ -56,3 +56,10 @@ stages: steps: - checkout: self fetchTags: true + - task: PowerShell@2 + inputs: + targetType: 'inline' + script: | + # Now you can call functions from the DockerBuild module + Import-Module -Name "$(Build.SourcesDirectory)\windows\docker\DockerBuildModule.psm1" -Force + Build-RetinaAgentImage -fullBuilderImageName "test/image"