Fix NUGET_CERT_REVOCATION_MODE=offline (#9470)

* Update build.yml

* Update package-rhel.sh

* Update package-rhel-riscv.sh

* Update package-debian.sh

* Update package-debian-riscv.sh

* Update package-debian-loong.sh

* Update build-linux.yml

* Update Directory.Packages.props
This commit is contained in:
JieXu
2026-06-04 20:00:32 +08:00
committed by GitHub
parent ce8caa89a4
commit a2a5940d91
8 changed files with 16 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
#!/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