File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,11 @@ class SDKTest extends TestCase
70
70
'mkdir -p tests/sdks/dotnet/src/test ' ,
71
71
'cp tests/languages/dotnet/tests.ps1 tests/sdks/dotnet/src/test/tests.ps1 ' ,
72
72
'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 ' ,
74
74
],
75
75
'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 '
77
78
],
78
79
'supportRedirect ' => false ,
79
80
'supportUpload ' => false ,
You can’t perform that action at this time.
0 commit comments