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 2ecd462 commit 8a0ef11Copy full SHA for 8a0ef11
.azure-pipelines/ci-build.yml
@@ -45,12 +45,6 @@ stages:
45
inputType: CmdLine
46
cmdLineArgs: '/F:$(Build.SourcesDirectory)/test /T:9 /Sev:"1|2" /PE:2 /O:poli_result_test.xml'
47
48
- - task: PoliCheck@1
49
- displayName: 'PoliCheck for /tool'
50
- inputs:
51
- inputType: CmdLine
52
- cmdLineArgs: '/F:$(Build.SourcesDirectory)/tool /T:9 /Sev:"1|2" /PE:2 /O:poli_result_tool.xml'
53
-
54
# Install the nuget tool.
55
- task: NuGetToolInstaller@0
56
displayName: 'Use NuGet >=5.2.0'
0 commit comments