Skip to content

Commit ec8c52c

Browse files
Update build.yml
1 parent 1dc42d9 commit ec8c52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Restore dependencies
1818
run: dotnet restore src/Infobip.Api.Client/Infobip.Api.Client.csproj
1919
- name: Build
20-
run: dotnet build --no-restore --framework net${{ matrix.dotnet-version }} src/Infobip.Api.Client/Infobip.Api.Client.csproj
20+
run: dotnet build --no-restore src/Infobip.Api.Client/Infobip.Api.Client.csproj
2121
- name: Test
2222
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)