Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Nov 23, 2023
1 parent cb2fff1 commit b377b2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
- name: Restore dependencies
run: dotnet restore

- name: Build TypedSignalR.Client.TypeScript.csproj
run: dotnet build ./src/TypedSignalR.Client.TypeScript/TypedSignalR.Client.TypeScript.csproj --framework ${{ env.DOTNET_TFM }} --no-restore
- name: Build TypedSignalR.Client.TypeScript.Attributes.csproj
run: dotnet build ./src/TypedSignalR.Client.TypeScript.Attributes/TypedSignalR.Client.TypeScript.Attributes.csproj --no-restore

- name: Build TypedSignalR.Client.TypeScript.Analyzer.csproj
run: dotnet build ./src/TypedSignalR.Client.TypeScript.Analyzer/TypedSignalR.Client.TypeScript.Analyzer.csproj --framework ${{ env.DOTNET_TFM }} --no-restore
run: dotnet build ./src/TypedSignalR.Client.TypeScript.Analyzer/TypedSignalR.Client.TypeScript.Analyzer.csproj --no-restore

- name: Build TypedSignalR.Client.TypeScript.Attributes.csproj
run: dotnet build ./src/TypedSignalR.Client.TypeScript.Attributes/TypedSignalR.Client.TypeScript.Attributes.csproj --framework ${{ env.DOTNET_TFM }} --no-restore
- name: Build TypedSignalR.Client.TypeScript.csproj
run: dotnet build ./src/TypedSignalR.Client.TypeScript/TypedSignalR.Client.TypeScript.csproj --framework ${{ env.DOTNET_TFM }} --no-restore

- name: Build TypedSignalR.Client.TypeScript.Generator.csproj
run: dotnet build ./src/TypedSignalR.Client.TypeScript.Generator/TypedSignalR.Client.TypeScript.Generator.csproj --framework ${{ env.DOTNET_TFM }} --no-restore
Expand Down

0 comments on commit b377b2c

Please sign in to comment.