Skip to content

Commit feda138

Browse files
committedNov 11, 2021
Updated CI jobs to use .net6 compatible images (hopefully).
1 parent 2754e47 commit feda138

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
 

‎.appveyor-ubuntu.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ build_script:
1717
test_script:
1818
- dotnet test test/unit/SIPSorcery.UnitTests.csproj -c Release --framework netcoreapp3.1
1919
- dotnet test test/unit/SIPSorcery.UnitTests.csproj -c Release --framework net5
20+
- dotnet test test/unit/SIPSorcery.UnitTests.csproj -c Release --framework net6
2021
#on_finish:
2122
# - sh: export APPVEYOR_SSH_BLOCK=true
2223
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -

‎.appveyor-wsl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ build_script:
1717
wsl sudo apt-get update -y
1818
wsl sudo apt-get install -y apt-transport-https
1919
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
2121
wsl dotnet test test/unit/SIPSorcery.UnitTests.csproj -c Release --framework netcoreapp3.1

‎.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
access_token:
1010
# Token for github pages publishing.
1111
secure: vhHzssxBhg0t4JAiWZZ1r/RTzsbKcGn16cxj7uBoPVVEJSaLaJ+gOdaUdsfX2ooI
12-
image: Visual Studio 2019
12+
image: Visual Studio 2022
1313
configuration: Release
1414
before_build:
1515
- cmd: nuget restore -DisableParallelProcessing src\SIPSorcery.sln

‎.github/workflows/sipsorcery-core-win.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: windows-latest
11+
runs-on: windows-2022
1212
name: dotnet windows sipsorcery core
1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.