File tree 1 file changed +4
-4
lines changed
eng/common/pipelines/templates/steps
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
-ArtifactPath '${{ parameters.DiffDirectory }}'
40
40
-ExcludePaths ('${{ convertToJson(parameters.ExcludePaths) }}' | ConvertFrom-Json)
41
41
pwsh : true
42
- WorkingDirectory : ' ${{ parameters.WorkingDirectory }}'
42
+ workingDirectory : ' ${{ parameters.WorkingDirectory }}'
43
43
44
44
# When running in PR mode, we want the detected changed services to be attached to the build as tags.
45
45
# However, the public identity does not have the permissions to attach tags to the build.
53
53
Write-Host '##vso[task.addattachment type=AdditionalTags;name=AdditionalTags;]$(System.DefaultWorkingDirectory)/tags.json'
54
54
}
55
55
displayName: Upload tags.json with changed services
56
- WorkingDirectory : '${{ parameters.WorkingDirectory }}'
56
+ workingDirectory : '${{ parameters.WorkingDirectory }}'
57
57
58
58
- task : Powershell@2
59
59
displayName : Save package properties filtered for PR
63
63
-PrDiff '${{ parameters.DiffDirectory }}/diff.json'
64
64
-OutDirectory '${{ parameters.PackageInfoDirectory }}'
65
65
pwsh : true
66
- WorkingDirectory : ' ${{ parameters.WorkingDirectory }}'
66
+ workingDirectory : ' ${{ parameters.WorkingDirectory }}'
67
67
- ${{ else }} :
68
68
- task : Powershell@2
69
69
displayName : Save package properties
74
74
-OutDirectory '${{ parameters.PackageInfoDirectory }}'
75
75
-AddDevVersion:($env:SETDEVVERSION -eq 'true')
76
76
pwsh : true
77
- WorkingDirectory : ' ${{ parameters.WorkingDirectory }}'
77
+ workingDirectory : ' ${{ parameters.WorkingDirectory }}'
You can’t perform that action at this time.
0 commit comments