We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6849cd commit 6f1065cCopy full SHA for 6f1065c
buildtools/ci.buildspec.yml
@@ -7,7 +7,9 @@ phases:
7
install:
8
runtime-versions:
9
dotnet: 8.x
10
- build:
+ commands:
11
+ - curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 10.0
12
+ - dotnet --version
13
commands:
14
- dotnet test --verbosity normal test/Amazon.Common.DotNetCli.Tools.Test/Amazon.Common.DotNetCli.Tools.Test.csproj --configuration Release --logger trx --results-directory ./testresults
15
- dotnet test --verbosity normal test/Amazon.ECS.Tools.Test/Amazon.ECS.Tools.Test.csproj --configuration Release --logger trx --results-directory ./testresults
0 commit comments