We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00dbae commit e6b9316Copy full SHA for e6b9316
1 file changed
.github/workflows/nuget.yml
@@ -16,8 +16,8 @@ jobs:
16
dotnet-version: '10.0.x'
17
18
# Unit tests
19
- - name: Unit tests
20
- run: dotnet test test/unit/SIPSorcery.UnitTests.csproj --framework net10.0 -c Release
+ #- name: Unit tests
+ # run: dotnet test test/unit/SIPSorcery.UnitTests.csproj --framework net10.0 -c Release
21
22
# Pack all NuGet packages (Windows can build all target frameworks incl. net462 and net10.0-windows)
23
- name: Pack SIPSorcery
0 commit comments