We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc42d9 commit ec8c52cCopy full SHA for ec8c52c
.github/workflows/build.yml
@@ -17,6 +17,6 @@ jobs:
17
- name: Restore dependencies
18
run: dotnet restore src/Infobip.Api.Client/Infobip.Api.Client.csproj
19
- name: Build
20
- run: dotnet build --no-restore --framework net${{ matrix.dotnet-version }} src/Infobip.Api.Client/Infobip.Api.Client.csproj
+ run: dotnet build --no-restore src/Infobip.Api.Client/Infobip.Api.Client.csproj
21
- name: Test
22
run: dotnet test --no-build --verbosity normal
0 commit comments