[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
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 9.0.x
|
dotnet-version: 9.0.x
|
||||||
|
env:
|
||||||
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||||
|
DOTNET_NOLOGO: true
|
||||||
- name: Build Blazor Applicaton
|
- name: Build Blazor Applicaton
|
||||||
run: dotnet publish -c Release -o ./output
|
run: dotnet publish -c Release -o ./output
|
||||||
|
env:
|
||||||
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||||
|
DOTNET_NOLOGO: true
|
||||||
- name: Deploy to Cloudflare Pages
|
- name: Deploy to Cloudflare Pages
|
||||||
uses: actions/wrangler-action@v3
|
uses: actions/wrangler-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue