Skip to content

Commit 9ebd58b

Browse files
authored
Update dotnet.yml
1 parent 9648c32 commit 9ebd58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
dotnet restore
2424
- name: Build
2525
run: |
26-
cd Mock2022SkeletonCodedotnet
27-
build --no-restore
26+
cd Mock2022SkeletonCode
27+
dotnet build --no-restore
2828
- name: Test
2929
run: |
3030
cd Mock2022SkeletonCode

0 commit comments

Comments
 (0)