File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ build_script:
17
17
test_script :
18
18
- dotnet test test/unit/SIPSorcery.UnitTests.csproj -c Release --framework netcoreapp3.1
19
19
- dotnet test test/unit/SIPSorcery.UnitTests.csproj -c Release --framework net5
20
+ - dotnet test test/unit/SIPSorcery.UnitTests.csproj -c Release --framework net6
20
21
# on_finish:
21
22
# - sh: export APPVEYOR_SSH_BLOCK=true
22
23
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ build_script:
17
17
wsl sudo apt-get update -y
18
18
wsl sudo apt-get install -y apt-transport-https
19
19
wsl sudo apt-get update -y
20
- wsl sudo apt-get install -y dotnet-sdk-3.1
20
+ wsl sudo apt-get install -y dotnet-sdk-6.0
21
21
wsl dotnet test test/unit/SIPSorcery.UnitTests.csproj -c Release --framework netcoreapp3.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
access_token :
10
10
# Token for github pages publishing.
11
11
secure : vhHzssxBhg0t4JAiWZZ1r/RTzsbKcGn16cxj7uBoPVVEJSaLaJ+gOdaUdsfX2ooI
12
- image : Visual Studio 2019
12
+ image : Visual Studio 2022
13
13
configuration : Release
14
14
before_build :
15
15
- cmd : nuget restore -DisableParallelProcessing src\SIPSorcery.sln
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build :
11
- runs-on : windows-latest
11
+ runs-on : windows-2022
12
12
name : dotnet windows sipsorcery core
13
13
steps :
14
14
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments