mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 13:53:11 -07:00
enable url
This commit is contained in:
parent
e371b6195c
commit
e0c7d916c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/action-ci.yml
vendored
2
.github/workflows/action-ci.yml
vendored
|
@ -160,7 +160,7 @@ jobs:
|
||||||
shell: powershell
|
shell: powershell
|
||||||
name: Install WindowsApplicationDriver
|
name: Install WindowsApplicationDriver
|
||||||
- run: |
|
- run: |
|
||||||
netsh http add urlacl url="http://localhost:4724/calctesting/file" user=everyone
|
netsh http add urlacl url="http://127.0.0.1:80/calctesting/file" user=everyone
|
||||||
shell: powershell
|
shell: powershell
|
||||||
name: Enable local urls
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue