Skip to content

Commit

Permalink
adding telem disable to publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Nov 30, 2023
1 parent 2b19494 commit 37d13de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ jobs:
VERSION: ${{ needs.build.outputs.version }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Disable VS Telemetry
run: |
reg add HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\Telemetry /v TurnOffSwitch /t REG_DWORD /d 1 /f
- name: Download Package artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 37d13de

Please sign in to comment.