Skip to content

Commit d2b9742

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Added tests to pipeline
1 parent 21d9976 commit d2b9742

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ steps:
3030
script: |
3131
. $(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule.ps1 -Test
3232
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+
3342
- ${{ if eq(parameters.Sign, true) }}:
3443
- template: ../common-templates/esrp/strongname.yml
3544
parameters:

0 commit comments

Comments
 (0)