Skip to content

Commit 629f045

Browse files
Update dotnet-package.yml
1 parent 8571980 commit 629f045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
node-version: 18
2929

3030
- name: Restore .NET dependencies
31-
run: dotnet restore XtermBlazor/XtermBlazor
31+
run: dotnet restore ./XtermBlazor/XtermBlazor.csproj
3232

3333
- name: Build .NET project
34-
run: dotnet build XtermBlazor/XtermBlazor --no-restore
34+
run: dotnet build ./XtermBlazor/XtermBlazor.csproj --no-restore
3535

3636
# - name: Test
3737
# run: dotnet test XtermBlazor --no-build --verbosity normal

0 commit comments

Comments
 (0)