Skip to content

Commit 5c427f7

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Fixed typo on path
1 parent cbf6357 commit 5c427f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/generation-templates/authentication-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ steps:
3737
pwsh: true
3838
targetType: inline
3939
script: dotnet test
40-
workingDirectory: "$(System.DefaultWorkingDirectory)/tools/Tests/JsonUtilitiesTests"
40+
workingDirectory: "$(System.DefaultWorkingDirectory)/tools/Tests/JsonUtilitiesTest"
4141

4242
- ${{ if eq(parameters.Sign, true) }}:
4343
- template: ../common-templates/esrp/strongname.yml

0 commit comments

Comments
 (0)