Skip to content

Commit 8fb1950

Browse files
committed
Fix syntax issue
1 parent 6f1065c commit 8fb1950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildtools/ci.buildspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ phases:
1010
commands:
1111
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 10.0
1212
- dotnet --version
13+
build:
1314
commands:
1415
- dotnet test --verbosity normal test/Amazon.Common.DotNetCli.Tools.Test/Amazon.Common.DotNetCli.Tools.Test.csproj --configuration Release --logger trx --results-directory ./testresults
1516
- 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)