From 39ec9239d2caf6be4bf846b72f0bab2cd2dd2f4d Mon Sep 17 00:00:00 2001 From: JieXu Date: Fri, 5 Jun 2026 09:41:21 +0800 Subject: [PATCH] Revert "Fix NUGET_CERT_REVOCATION_MODE=offline && Update Directory.Packages.props (#9478) * Revert "Fix NUGET_CERT_REVOCATION_MODE=offline (#9470)" This reverts commit a2a5940d9120ab3e49d735405a799f49f31ec435. * Update Directory.Packages.props * Update build-linux.yml * Update Directory.Packages.props --- .github/workflows/build.yml | 3 +-- package-debian-loong.sh | 2 -- package-debian-riscv.sh | 2 -- package-debian.sh | 4 +--- package-rhel-riscv.sh | 2 -- package-rhel.sh | 4 +--- v2rayN/Directory.Packages.props | 7 +++---- 7 files changed, 6 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20b3e329..8c73a6c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,6 @@ jobs: ) }} env: - NUGET_CERT_REVOCATION_MODE: offline Output: "${{ github.workspace }}/${{ matrix.arch }}" RID: |- ${{ @@ -69,4 +68,4 @@ jobs: uses: actions/upload-artifact@v7.0.1 with: name: ${{ matrix.arch }} - path: ${{ matrix.arch }} + path: ${{ matrix.arch }} \ No newline at end of file diff --git a/package-debian-loong.sh b/package-debian-loong.sh index 5fc69ab2..e00b0cbf 100644 --- a/package-debian-loong.sh +++ b/package-debian-loong.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash set -euo pipefail -export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}" - VERSION_ARG="" WITH_CORE="both" FORCE_NETCORE=0 diff --git a/package-debian-riscv.sh b/package-debian-riscv.sh index bc9cddf4..e9fcb628 100644 --- a/package-debian-riscv.sh +++ b/package-debian-riscv.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash set -euo pipefail -export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}" - VERSION_ARG="" WITH_CORE="both" FORCE_NETCORE=0 diff --git a/package-debian.sh b/package-debian.sh index 2487e931..0c10a548 100644 --- a/package-debian.sh +++ b/package-debian.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash set -euo pipefail -export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}" - VERSION_ARG="" WITH_CORE="both" FORCE_NETCORE=0 @@ -755,4 +753,4 @@ main() { print_summary } -main "$@" +main "$@" \ No newline at end of file diff --git a/package-rhel-riscv.sh b/package-rhel-riscv.sh index ebb3dcdf..9c4fa03f 100644 --- a/package-rhel-riscv.sh +++ b/package-rhel-riscv.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash set -euo pipefail -export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}" - VERSION_ARG="" WITH_CORE="both" FORCE_NETCORE=0 diff --git a/package-rhel.sh b/package-rhel.sh index 5197b7ec..2b266999 100644 --- a/package-rhel.sh +++ b/package-rhel.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash set -euo pipefail -export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}" - VERSION_ARG="" WITH_CORE="both" FORCE_NETCORE=0 @@ -700,4 +698,4 @@ main() { print_summary } -main "$@" +main "$@" \ No newline at end of file diff --git a/v2rayN/Directory.Packages.props b/v2rayN/Directory.Packages.props index 4b058024..766f4c42 100644 --- a/v2rayN/Directory.Packages.props +++ b/v2rayN/Directory.Packages.props @@ -11,16 +11,16 @@ - + - + - + @@ -28,7 +28,6 @@ -