Skip to content

Commit 6cb268e

Browse files
Fixing error in vsts release pipeline due to mismatch in casing (#5394)
1 parent 188c851 commit 6cb268e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/createAdoPrs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ async function main() {
209209
`Update agent publish script to version ${agentVersion}`,
210210
[
211211
path.join(
212-
'tfs', `m${sprint}`, 'PipelinesAgentRelease', agentVersion, 'Publish.ps1'
212+
'tfs', `M${sprint}`, 'PipelinesAgentRelease', agentVersion, 'Publish.ps1'
213213
)
214214
],
215215
dryrun

0 commit comments

Comments
 (0)