Revert "Fix NUGET_CERT_REVOCATION_MODE=offline && Update Directory.Packages.props (#9478)

* Revert "Fix NUGET_CERT_REVOCATION_MODE=offline (#9470)"

This reverts commit a2a5940d91.

* Update Directory.Packages.props

* Update build-linux.yml

* Update Directory.Packages.props
This commit is contained in:
JieXu
2026-06-05 09:41:21 +08:00
committed by GitHub
parent a2a5940d91
commit 39ec9239d2
7 changed files with 6 additions and 18 deletions

View File

@@ -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 }}

View File

@@ -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

View File

@@ -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

View File

@@ -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 "$@"

View File

@@ -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

View File

@@ -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 "$@"

View File

@@ -11,16 +11,16 @@
<PackageVersion Include="Avalonia.Diagnostics" Version="11.3.17" />
<PackageVersion Include="AwesomeAssertions" Version="9.4.0" />
<PackageVersion Include="DialogHost.Avalonia" Version="0.11.0" />
<PackageVersion Include="ReactiveUI.Avalonia" Version="11.4.12" />
<PackageVersion Include="ReactiveUI.Avalonia" Version="11.4.13" />
<PackageVersion Include="CliWrap" Version="3.10.1" />
<PackageVersion Include="Downloader" Version="5.7.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
<PackageVersion Include="H.NotifyIcon.Wpf" Version="2.4.1" />
<PackageVersion Include="MaterialDesignThemes" Version="5.3.2" />
<PackageVersion Include="QRCoder" Version="1.8.0" />
<PackageVersion Include="ReactiveUI" Version="23.2.27" />
<PackageVersion Include="ReactiveUI" Version="23.2.28" />
<PackageVersion Include="ReactiveUI.Fody" Version="19.5.41" />
<PackageVersion Include="ReactiveUI.WPF" Version="23.2.27" />
<PackageVersion Include="ReactiveUI.WPF" Version="23.2.28" />
<PackageVersion Include="Semi.Avalonia" Version="11.3.14" />
<PackageVersion Include="Semi.Avalonia.AvaloniaEdit" Version="11.2.0.2" />
<PackageVersion Include="Semi.Avalonia.DataGrid" Version="11.3.7.3" />
@@ -28,7 +28,6 @@
<PackageVersion Include="sqlite-net-e" Version="1.11.0" />
<PackageVersion Include="Repobot.SQLite.Unofficial" Version="3.53.2" />
<PackageVersion Include="TaskScheduler" Version="2.12.2" />
<PackageVersion Include="Tmds.DBus.Protocol" Version="0.94.1" />
<PackageVersion Include="WebDav.Client" Version="2.9.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />