Skip to content

Commit 31d52d1

Browse files
authored
fix: Allow setup .NET on firewall (#281)
1 parent 21c2500 commit 31d52d1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/create-tag.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
aka.ms:443
3131
github.com:443
3232
api.nuget.org:443
33+
builds.dotnet.microsoft.com:443
34+
ci.dot.net:443
3335
3436
- name: 🛒 Checkout
3537
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
*.nuget.org:443
3131
aka.ms:443
3232
github.com:443
33+
builds.dotnet.microsoft.com:443
34+
ci.dot.net:443
3335
dc.services.visualstudio.com:443
3436
3537
- name: 🛒 Checkout

0 commit comments

Comments
 (0)