Skip to content

Commit 7e0b7f3

Browse files
authored
Update publish.yml
1 parent 32048bd commit 7e0b7f3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v3
15-
16-
- name: Add msbuild to PATH
17-
uses: microsoft/[email protected]
18-
with:
19-
vs-version: '[16.4,16.5)'
20-
21-
- name: setup dotnet
22-
uses: actions/setup-dotnet@v3
23-
with:
24-
dotnet-version: 7.0.x
25-
26-
- name: List installed .NET info
27-
shell: pwsh
28-
run: dotnet --info
2915

3016
- name: Deploy
3117
run: |

0 commit comments

Comments
 (0)