Skip to content

Commit 0a24d9e

Browse files
committed
Enable Windows targeting during Linux dependency audit
1 parent 54d48f1 commit 0a24d9e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/dependency-review.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ jobs:
3636
shell: bash
3737
run: |
3838
set -o pipefail
39-
dotnet restore ./ProcessBusSuite.sln -p:AuditPipeline=true 2>&1 | tee nuget-audit.log
39+
dotnet restore ./ProcessBusSuite.sln \
40+
-p:AuditPipeline=true \
41+
-p:EnableWindowsTargeting=true \
42+
2>&1 | tee nuget-audit.log
4043
4144
- name: Upload NuGet audit evidence
4245
if: always()

0 commit comments

Comments
 (0)