We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d48f1 commit 0a24d9eCopy full SHA for 0a24d9e
1 file changed
.github/workflows/dependency-review.yml
@@ -36,7 +36,10 @@ jobs:
36
shell: bash
37
run: |
38
set -o pipefail
39
- dotnet restore ./ProcessBusSuite.sln -p:AuditPipeline=true 2>&1 | tee nuget-audit.log
+ dotnet restore ./ProcessBusSuite.sln \
40
+ -p:AuditPipeline=true \
41
+ -p:EnableWindowsTargeting=true \
42
+ 2>&1 | tee nuget-audit.log
43
44
- name: Upload NuGet audit evidence
45
if: always()
0 commit comments