Skip to content

Commit

Permalink
powershell in azp yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matmerr committed May 8, 2024
1 parent e20315a commit 5d799f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pipelines/cg-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5d799f6

Please sign in to comment.