This commit is contained in:
A13501350
2025-09-21 18:02:44 +08:00
parent 67cab1cde1
commit 3c173f297a

View File

@@ -160,10 +160,13 @@ jobs:
with:
name: modsecurityiis-installers
path: ${{ github.workspace }}\
- name: Install MSI
shell: pwsh
run: |
msiexec /i modsecurityiis.msi /qn /norestart
Restart-Service W3SVC
- name: Test IIS Module
shell: pwsh
run: |