Browse Source

Disable dotnet telemetry

pull/1541/head
josetr 5 years ago
parent
commit
39230069a2
  1. 1
      .github/workflows/main.yml

1
.github/workflows/main.yml

@ -21,6 +21,7 @@ jobs: @@ -21,6 +21,7 @@ jobs:
CXX: ${{ matrix.config.cxx }}
PLATFORM: ${{ matrix.config.platform }}
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save