Skip to content

Commit 8a0ef11

Browse files
committed
- removes policheck on inexistant tool directory
1 parent 2ecd462 commit 8a0ef11

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ stages:
4545
inputType: CmdLine
4646
cmdLineArgs: '/F:$(Build.SourcesDirectory)/test /T:9 /Sev:"1|2" /PE:2 /O:poli_result_test.xml'
4747

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-
5448
# Install the nuget tool.
5549
- task: NuGetToolInstaller@0
5650
displayName: 'Use NuGet >=5.2.0'

0 commit comments

Comments
 (0)