[ci skip] disable dotnet telemetry in ci/cd
This commit is contained in:
parent
2d570ea11f
commit
f39cc19a2c
1 changed files with 6 additions and 0 deletions
|
@ -9,8 +9,14 @@ jobs:
|
|||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 9.0.x
|
||||
env:
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
DOTNET_NOLOGO: true
|
||||
- name: Build Blazor Applicaton
|
||||
run: dotnet publish -c Release -o ./output
|
||||
env:
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
DOTNET_NOLOGO: true
|
||||
- name: Deploy to Cloudflare Pages
|
||||
uses: actions/wrangler-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue