|
10 | 10 | workflow_dispatch: |
11 | 11 |
|
12 | 12 | 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 |
15 | 14 | GMP_NUGET_VERSION: 6.3.0 |
16 | 15 | MPFR_NUGET_VERSION: 4.2.1 |
17 | 16 |
|
|
29 | 28 | runs-on: ${{ matrix.runs-on }} |
30 | 29 | steps: |
31 | 30 | - 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 |
35 | 33 |
|
36 | 34 | - name: Download GMP Native NuGet |
37 | 35 | run: | |
|
60 | 58 | runs-on: ${{ matrix.runs-on }} |
61 | 59 | steps: |
62 | 60 | - 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 |
66 | 63 | - name: Download MPFR Native NuGet |
67 | 64 | run: | |
68 | 65 | cd src/Sdcb.Arithmetic.Mpfr.Tests |
|
90 | 87 | runs-on: ${{ matrix.runs-on }} |
91 | 88 | steps: |
92 | 89 | - 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 |
96 | 92 | - name: Download MPFR Native NuGet |
97 | 93 | run: | |
98 | 94 | cd src/Sdcb.Arithmetic.Mpfr.Tests |
|
0 commit comments