@@ -55,18 +55,6 @@ extends:
55
55
displayName : ' Use .NET 8'
56
56
inputs :
57
57
version : 8.x
58
-
59
- - task : PoliCheck@2
60
- displayName : ' Run PoliCheck "/src"'
61
- inputs :
62
- inputType : CmdLine
63
- cmdLineArgs : ' /F:$(Build.SourcesDirectory)/src /T:9 /Sev:"1|2" /PE:2 /O:poli_result_src.xml'
64
-
65
- - task : PoliCheck@2
66
- displayName : ' Run PoliCheck "/test"'
67
- inputs :
68
- inputType : CmdLine
69
- cmdLineArgs : ' /F:$(Build.SourcesDirectory)/test /T:9 /Sev:"1|2" /PE:2 /O:poli_result_test.xml'
70
58
71
59
# Install the nuget tool.
72
60
- task : NuGetToolInstaller@0
@@ -89,35 +77,12 @@ extends:
89
77
command : test
90
78
projects : ' $(Build.SourcesDirectory)\Microsoft.OpenApi.sln'
91
79
arguments : ' --configuration $(BuildConfiguration) --no-build'
92
-
93
- - task : AntiMalware@3
94
- displayName : ' Run MpCmdRun.exe - ProductBinPath'
95
- inputs :
96
- FileDirPath : ' $(ProductBinPath)'
97
- enabled : false
98
-
99
- - task : BinSkim@4
100
- displayName : ' Run BinSkim - Product Binaries'
101
- inputs :
102
- InputType : Basic
103
- AnalyzeTargetGlob : ' $(ProductBinPath)\**\Microsoft.OpenApi.dll'
104
- AnalyzeSymPath : ' $(ProductBinPath)'
105
- AnalyzeVerbose : true
106
- AnalyzeHashes : true
107
- AnalyzeEnvironment : true
108
80
109
81
- task : PublishSecurityAnalysisLogs@3
110
82
displayName : ' Publish Security Analysis Logs'
111
83
inputs :
112
84
ArtifactName : SecurityLogs
113
85
114
- - task : PostAnalysis@2
115
- displayName : ' Post Analysis'
116
- inputs :
117
- BinSkim : true
118
- CredScan : true
119
- PoliCheck : true
120
-
121
86
- task : EsrpCodeSigning@2
122
87
displayName : ' ESRP CodeSigning'
123
88
inputs :
@@ -321,7 +286,7 @@ extends:
321
286
packagesToPush : ' $(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.*.nupkg'
322
287
nuGetFeedType : external
323
288
publishFeedCredentials : ' OpenAPI Nuget Connection'
324
-
289
+
325
290
- deployment : deploy_readers
326
291
dependsOn : deploy_lib
327
292
environment : nuget-org
0 commit comments