Skip to content

Commit 19af8d1

Browse files
[release/10.0.1xx-preview2] Fix typo for forwarding the DAC signing arguments (#46981)
Co-authored-by: Jeremy Koritzinsky <[email protected]>
1 parent 01e82aa commit 19af8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/jobs/vmr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ jobs:
411411
$(signArguments)
412412
$(buildPassArguments)
413413
$(ibcArguments)
414-
$(_SignDiagnosicFilesArgs)
414+
$(_SignDiagnosticFilesArgs)
415415
${{ parameters.extraProperties }}
416416
displayName: Build
417417
workingDirectory: ${{ variables.sourcesPath }}

0 commit comments

Comments
 (0)