Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-dupdyke authored Apr 4, 2024
1 parent 5cfca9a commit 2a2ab72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: dotnet restore src/ghosts.client.linux/ghosts.client.linux.csproj

- name: Build Ghosts.Domain
run: dotnet build --no-restore src/Ghosts.Domain/Ghosts.Domain.csproj
run: dotnet build --no-restore src/Ghosts.Domain/ghosts.domain.csproj

- name: Build ghosts.client.linux
run: dotnet build --no-restore src/ghosts.client.linux/ghosts.client.linux.csproj --configuration Release -o build_output/
Expand Down

0 comments on commit 2a2ab72

Please sign in to comment.