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 21d9976 commit d2b9742Copy full SHA for d2b9742
.azure-pipelines/generation-templates/authentication-module.yml
@@ -30,6 +30,15 @@ steps:
30
script: |
31
. $(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule.ps1 -Test
32
33
+ - ${{ if eq(parameters.Test, true) }}:
34
+ - task: PowerShell@2
35
+ displayName: Test Json Utilities
36
+ inputs:
37
+ pwsh: true
38
+ targetType: inline
39
+ script: dotnet test
40
+ workingDirectory: "$(System.DefaultWorkingDirectory)/tools/Tests/JsonUtilitiesTests"
41
+
42
- ${{ if eq(parameters.Sign, true) }}:
43
- template: ../common-templates/esrp/strongname.yml
44
parameters:
0 commit comments