mhborg-timextender

Results 1 issues of mhborg-timextender

We have a project that I recently tried adding the following YAML to the build pipeline: ``` - task: UseDotNet@2 displayName: 'Use dotnet' condition: eq(variables['Build.SourceBranchName'], '18321-add-vulnerability-scan') inputs: version: 3.1.x -...