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 30ce54e commit b3c2713Copy full SHA for b3c2713
buildtools/ci.buildspec.yml
@@ -7,7 +7,7 @@ phases:
7
install:
8
commands:
9
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 10.0
10
- - dotnet --version
+ - dotnet new globaljson --sdk-version 10.0.0 --roll-forward minor
11
build:
12
13
- 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