Skip to content

Commit

Permalink
Workflow change [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Nov 30, 2023
1 parent be70804 commit 2b19494
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ jobs:
PROJECT_PATH: "src/AspireManifestGen.sln"

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: Version stamping
id: vsix_version
uses: dotnet/nbgv@e6830c173ef6061fe122d7205ac31bb2f8cca842
Expand Down

0 comments on commit 2b19494

Please sign in to comment.