We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8436a32 commit 20f1736Copy full SHA for 20f1736
1 file changed
.github/workflows/build.yml
@@ -58,6 +58,12 @@ jobs:
58
59
- name: Publish single-file artifacts with UI
60
shell: bash
61
+ env:
62
+ DOTNET_CLI_TELEMETRY_OPTOUT: 1
63
+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
64
+ DOTNET_NOLOGO: 1
65
+ DOTNET_CLI_UI_LANGUAGE: en
66
+ DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
67
run: |
68
# 发布主程序
69
dotnet publish FastGithub/FastGithub.csproj \
0 commit comments