commit verson fix

This commit is contained in:
Brett Hewitson 2022-12-23 18:41:48 +10:00
parent 89f60420cd
commit b8ea399fcd

View file

@ -102,6 +102,7 @@ stages:
- task: PowerShell@2 - task: PowerShell@2
displayName: Commit ${{parameters.DeploymentType}} Files displayName: Commit ${{parameters.DeploymentType}} Files
env: env:
DEPLOY_BUILDNUMBER: $(Build.BuildNumber)
DEPLOY_SOURCESDIRECTORY: $(Build.SourcesDirectory) DEPLOY_SOURCESDIRECTORY: $(Build.SourcesDirectory)
inputs: inputs:
targetType: inline targetType: inline