Skip to content

Commit 52186ca

Browse files
committed
just remove Configure NuGet Source
1 parent d198f35 commit 52186ca

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

.github/workflows/test-nuget.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
CUSTOM_NUGET_REGISTRY: false
14-
NUGET_REGISTRY: https://proget.starworks.cc:88/nuget/test/v3/index.json
13+
# NUGET_REGISTRY: https://proget.starworks.cc:88/nuget/test/v3/index.json
1514
GMP_NUGET_VERSION: 6.3.0
1615
MPFR_NUGET_VERSION: 4.2.1
1716

@@ -29,9 +28,8 @@ jobs:
2928
runs-on: ${{ matrix.runs-on }}
3029
steps:
3130
- uses: actions/checkout@v4
32-
- name: Configure NuGet Source
33-
if: ${{ env.CUSTOM_NUGET_REGISTRY }}
34-
run: dotnet nuget add source ${{ env.NUGET_REGISTRY }} --name ProGet
31+
# - name: Configure NuGet Source
32+
# run: dotnet nuget add source ${{ env.NUGET_REGISTRY }} --name ProGet
3533

3634
- name: Download GMP Native NuGet
3735
run: |
@@ -60,9 +58,8 @@ jobs:
6058
runs-on: ${{ matrix.runs-on }}
6159
steps:
6260
- uses: actions/checkout@v4
63-
- name: Configure NuGet Source
64-
if: ${{ env.CUSTOM_NUGET_REGISTRY }}
65-
run: dotnet nuget add source ${{ env.NUGET_REGISTRY }} --name ProGet
61+
# - name: Configure NuGet Source
62+
# run: dotnet nuget add source ${{ env.NUGET_REGISTRY }} --name ProGet
6663
- name: Download MPFR Native NuGet
6764
run: |
6865
cd src/Sdcb.Arithmetic.Mpfr.Tests
@@ -90,9 +87,8 @@ jobs:
9087
runs-on: ${{ matrix.runs-on }}
9188
steps:
9289
- uses: actions/checkout@v4
93-
- name: Configure NuGet Source
94-
if: ${{ env.CUSTOM_NUGET_REGISTRY }}
95-
run: dotnet nuget add source ${{ env.NUGET_REGISTRY }} --name ProGet
90+
# - name: Configure NuGet Source
91+
# run: dotnet nuget add source ${{ env.NUGET_REGISTRY }} --name ProGet
9692
- name: Download MPFR Native NuGet
9793
run: |
9894
cd src/Sdcb.Arithmetic.Mpfr.Tests

0 commit comments

Comments
 (0)