[ci skip] disable dotnet telemetry in ci/cd

This commit is contained in:
Ivy Collective 2024-12-23 19:55:49 -05:00
parent 2d570ea11f
commit f39cc19a2c

View file

@ -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: