Skip to content

Commit 6f1065c

Browse files
committed
Add .NET 10 to CI CodeBuild buildspec
1 parent a6849cd commit 6f1065c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildtools/ci.buildspec.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ phases:
77
install:
88
runtime-versions:
99
dotnet: 8.x
10-
build:
10+
commands:
11+
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 10.0
12+
- dotnet --version
1113
commands:
1214
- dotnet test --verbosity normal test/Amazon.Common.DotNetCli.Tools.Test/Amazon.Common.DotNetCli.Tools.Test.csproj --configuration Release --logger trx --results-directory ./testresults
1315
- dotnet test --verbosity normal test/Amazon.ECS.Tools.Test/Amazon.ECS.Tools.Test.csproj --configuration Release --logger trx --results-directory ./testresults

0 commit comments

Comments
 (0)