Skip to content

Commit b3c2713

Browse files
committed
Add Path
1 parent 30ce54e commit b3c2713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildtools/ci.buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ phases:
77
install:
88
commands:
99
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 10.0
10-
- dotnet --version
10+
- dotnet new globaljson --sdk-version 10.0.0 --roll-forward minor
1111
build:
1212
commands:
1313
- dotnet test --verbosity normal test/Amazon.Common.DotNetCli.Tools.Test/Amazon.Common.DotNetCli.Tools.Test.csproj --configuration Release --logger trx --results-directory ./testresults

0 commit comments

Comments
 (0)