From b377b2c10909e32b47d13be6b0cbe6bbdd90bb2c Mon Sep 17 00:00:00 2001 From: nenoNaninu Date: Thu, 23 Nov 2023 20:02:21 +0900 Subject: [PATCH] update workflow --- .github/workflows/build-and-test.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index f67f68e..cdb86f1 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -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