Skip to content

Commit 577c745

Browse files
Remove Setup .NET step
1 parent a884b61 commit 577c745

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/vsix.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
working-directory: src
3636
shell: pwsh
3737

38-
- name: Setup .NET
39-
uses: actions/setup-dotnet@v4
40-
with:
41-
dotnet-version: '9.0.x'
42-
4338
- name: Restore
4439
run: dotnet restore VSIX.sln
4540
working-directory: src

0 commit comments

Comments
 (0)