We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456600d commit 254a4e2Copy full SHA for 254a4e2
.github/workflows/windows.yml
@@ -180,7 +180,7 @@ jobs:
180
dotnet test -c Release -f net48 --runtime win-x64
181
182
- name: Verify security hardening with BinSkim
183
- if: inputs.run_binskim == true
+ #if: inputs.run_binskim == true
184
shell: powershell
185
run: |
186
# Official install: download .nupkg from NuGet, unzip, run exe from tools/
@@ -251,4 +251,4 @@ jobs:
251
uses: actions/upload-artifact@v6
252
with:
253
name: packages_windows
254
- path: ${{ github.workspace }}\artifacts
+ path: ${{ github.workspace }}\artifacts
0 commit comments