enable url

This commit is contained in:
Tian Liao 2024-11-20 10:38:47 +08:00
commit 7e4938e5be

View file

@ -159,6 +159,10 @@ jobs:
msiexec.exe /i wad.msi /quiet /passive msiexec.exe /i wad.msi /quiet /passive
shell: powershell shell: powershell
name: Install WindowsApplicationDriver name: Install WindowsApplicationDriver
- run: |
netsh http add urlacl url="http://localhost:80/calctesting/file" user=everyone
shell: powershell
name: enable local urls
- uses: ilammy/msvc-dev-cmd@v1 # this is a workaround because microsoft/vstest-action is broken. - uses: ilammy/msvc-dev-cmd@v1 # this is a workaround because microsoft/vstest-action is broken.
name: Setup dev tools name: Setup dev tools
- run: | - run: |