Skip to content

Commit c8587c8

Browse files
authored
Update dotnet.yml
1 parent daefe8c commit c8587c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: cd $HOME/BrowserAutomationMaster/src && dotnet restore
3232

3333
- name: Build
34-
run: cd $HOME/BrowserAutomationMaster/src && dotnet build --no-restore --project
34+
run: cd $HOME/BrowserAutomationMaster/src && dotnet build --no-restore
3535

3636
- name: Test
3737
run: cd $HOME/BrowserAutomationMaster/src && dotnet test --verbosity normal --no-build

0 commit comments

Comments
 (0)