We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf6357 commit 5c427f7Copy full SHA for 5c427f7
.azure-pipelines/generation-templates/authentication-module.yml
@@ -37,7 +37,7 @@ steps:
37
pwsh: true
38
targetType: inline
39
script: dotnet test
40
- workingDirectory: "$(System.DefaultWorkingDirectory)/tools/Tests/JsonUtilitiesTests"
+ workingDirectory: "$(System.DefaultWorkingDirectory)/tools/Tests/JsonUtilitiesTest"
41
42
- ${{ if eq(parameters.Sign, true) }}:
43
- template: ../common-templates/esrp/strongname.yml
0 commit comments