Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturMarekNowak authored Feb 22, 2024
1 parent c4e7ba9 commit a8aeea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
run: dotnet restore src/gRPCGraphQLWebSockets/gRPCGraphQLWebSockets.csproj
run: dotnet restore src/GrpcGraphQlWebSockets/GrpcGraphQlWebSockets.csproj
- name: Build
run: dotnet build src/gRPCGraphQLWebSockets/gRPCGraphQLWebSockets.csproj --configuration Release --no-restore
run: dotnet build src/GrpcGraphQlWebSockets/GrpcGraphQlWebSockets.csproj --configuration Release --no-restore
- name: Install dependencies
run: dotnet restore src/SignalRClient/SignalRClient.csproj
- name: Build
Expand Down

0 comments on commit a8aeea7

Please sign in to comment.