Skip to content

Commit 82f9d39

Browse files
authored
Merge pull request #89 from TorstenDittmann/master
tests(dotnet); run lts and latest .net version
2 parents 630776c + 77c8c29 commit 82f9d39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/SDKTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ class SDKTest extends TestCase
7070
'mkdir -p tests/sdks/dotnet/src/test',
7171
'cp tests/languages/dotnet/tests.ps1 tests/sdks/dotnet/src/test/tests.ps1',
7272
'cp -R tests/sdks/dotnet/io/appwrite/src/* tests/sdks/dotnet/src',
73-
'docker run --rm -v $(pwd):/app -w /app/tests/sdks/dotnet/src mcr.microsoft.com/dotnet/sdk:5.0.101-alpine3.12-amd64 dotnet publish -c Release -o test -f netstandard2.0',
73+
'docker run --rm -v $(pwd):/app -w /app/tests/sdks/dotnet/src mcr.microsoft.com/dotnet/sdk:5.0-alpine dotnet publish -c Release -o test -f netstandard2.0',
7474
],
7575
'envs' => [
76-
'powershell' => 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/dotnet/src/test/ mcr.microsoft.com/powershell:alpine-3.11 pwsh tests.ps1',
76+
'dotnet-5.0' => 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/dotnet/src/test/ mcr.microsoft.com/dotnet/sdk:5.0-alpine pwsh tests.ps1',
77+
'dotnet-3.1' => 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/dotnet/src/test/ mcr.microsoft.com/dotnet/sdk:3.1-alpine pwsh tests.ps1'
7778
],
7879
'supportRedirect' => false,
7980
'supportUpload' => false,

0 commit comments

Comments
 (0)