Skip to content

Commit 20f1736

Browse files
authored
Update build.yml
1 parent 8436a32 commit 20f1736

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ jobs:
5858
5959
- name: Publish single-file artifacts with UI
6060
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
6167
run: |
6268
# 发布主程序
6369
dotnet publish FastGithub/FastGithub.csproj \

0 commit comments

Comments
 (0)