File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,6 @@ steps:
4444 msbuildArguments : ' /t:Build /p:ExpectedFeedUrl=$(PB_PublishBlobFeedUrl) /p:AccountKey=$(PB_PublishBlobFeedKey) /p:ManifestBranch=$(SourceBranch) /p:ManifestCommit=$(SourceVersion) /p:ManifestBuildId=$(OfficialBuildId)'
4545 condition : and(succeeded(), contains(variables['PB_PublishType'], 'blob'))
4646
47- # Run BinSkim
48- - task : securedevelopmentteam.vss-secure-development-tools.build-task-binskim.BinSkim@3
49- displayName : Run BinSkim
50- inputs :
51- arguments : ' analyze "$(MSBuildConfiguration)\*.dll" "$(MSBuildConfiguration)\*.exe" --recurse --output "$(MSBuildConfiguration)\artifacts"'
52- continueOnError : true
53-
5447# Create static drop
5548- task : PublishBuildArtifacts@1
5649 displayName : Create static drop
You can’t perform that action at this time.
0 commit comments