Skip to content

Commit

Permalink
Update pipeline for NET8 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
DOMZE committed Nov 30, 2023
1 parent 0e5b951 commit 1150050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stages:
pwsh: true
targetType: inline
script: |
$output = dotnet list "$(Solution)" package --vulnerable
$output = dotnet list "$(Build.SourcesDirectory)\$(Solution)" package --vulnerable
Write-Output $output
$errors = $output | Select-String '>'
if ($errors.Count -gt 0)
Expand Down

0 comments on commit 1150050

Please sign in to comment.