diff --git a/build/template-restore-build-MSIdentityWeb.yaml b/build/template-restore-build-MSIdentityWeb.yaml index 6f3edf9d7..996d6c102 100644 --- a/build/template-restore-build-MSIdentityWeb.yaml +++ b/build/template-restore-build-MSIdentityWeb.yaml @@ -19,6 +19,8 @@ steps: arguments: '--collect "Code coverage" --settings "build\CodeCoverage.runsettings" --configuration ${{ parameters.BuildConfiguration }} -p:RunCodeAnalysis=true -p:MsIdentityWebSemVer=${{ parameters.MsIdentityWebSemVer }} -p:SourceLinkCreate=true' continueOnError: true +- template: template-run-unit-tests.yaml + # This task is needed so that the 1CS Rolsyn analyzers task works. # The previous task does the restore - task: DotNetCoreCLI@2