Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit c239f38

Browse files
authored
Added IIS Manager.
1 parent 918a6b3 commit c239f38

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
with:
5858
fetch-depth: 0
5959

60+
- name: Install IIS Manager
61+
run: |
62+
Enable-WindowsOptionalFeature -Online -FeatureName IIS-ManagementConsole
63+
6064
- name: Set up Visual Studio shell
6165
uses: egor-tensin/vs-shell@v2
6266
with:

0 commit comments

Comments
 (0)