Skip to content

Commit 6b1b865

Browse files
committed
add net11 to buildspec
1 parent bc363b7 commit 6b1b865

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

buildtools/ci.buildspec.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ phases:
1111
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 3.1
1212
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 9.0
1313
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 10.0
14+
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 11.0
1415
build:
1516
commands:
1617
- dotnet msbuild buildtools/build.proj /t:testtoolv2-tests /p:Cicd=true
17-
- dotnet msbuild buildtools/build.proj /t:unit-tests /p:Cicd=true
18-
- dotnet msbuild buildtools/build.proj /t:integ-tests /p:Cicd=true
18+
- dotnet msbuild buildtools/build.proj /t:unit-tests /p:Cicd=true
19+
- dotnet msbuild buildtools/build.proj /t:integ-tests /p:Cicd=true
20+

0 commit comments

Comments
 (0)