We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ba1cf commit 6d9e052Copy full SHA for 6d9e052
1 file changed
template-compliance/apiscan.yml
@@ -7,6 +7,13 @@ parameters:
7
8
steps:
9
- ${{ if eq(parameters.APIScanEnable, 'true') }}:
10
+ - task: UseDotNet@2
11
+ displayName: 'Use .NET runtime'
12
+ inputs:
13
+ packageType: sdk
14
+ version: 6.x
15
+ installationPath: $(Agent.ToolsDirectory)/dotnet
16
+
17
- task: securedevelopmentteam.vss-secure-development-tools.build-task-apiscan.APIScan@2
18
displayName: 'Run APIScan'
19
inputs:
0 commit comments