File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 5
5
runtime-versions :
6
6
dotnet : 8.x
7
7
commands :
8
- # The tests need .NET 3.1, 6 and 8. .NET6 is installed by default. .NET8 is added in the runtime-versions. .NET 3.1 is installed manually.
8
+ # Find and delete the global.json files that were added by CodeBuild. This causes issues when multiple SDKs are installed.
9
+ - find / -type f -name 'global.json' -delete
10
+ # The tests need .NET 3.1, 6, 8 and 9. .NET6 is installed by default. .NET8 is added in the runtime-versions. .NET 3.1 and 9 are installed manually.
9
11
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 3.1
12
+ - curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 9.0
10
13
build :
11
14
commands :
12
15
- dotnet msbuild buildtools/build.proj /t:unit-tests /p:Cicd=true
You can’t perform that action at this time.
0 commit comments