Skip to content

Commit

Permalink
Skip first time experience + opt out of telemetry (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvanpoppel committed Apr 10, 2020
1 parent 5836649 commit 526b32c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Expand Up @@ -2,6 +2,10 @@ name: KeeTrayTOTP PR Build

on: [pull_request]

env:
DOTNET_NOLOGO: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1

jobs:
build:
runs-on: windows-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pre-release.yml
Expand Up @@ -7,6 +7,9 @@ on:
- 'master'
tags-ignore:
- '*'
env:
DOTNET_NOLOGO: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tagged-release.yml
Expand Up @@ -6,6 +6,10 @@ on:
tags:
- "v*"

env:
DOTNET_NOLOGO: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1

jobs:
build:
runs-on: windows-latest
Expand Down

0 comments on commit 526b32c

Please sign in to comment.