We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc363b7 commit 6b1b865Copy full SHA for 6b1b865
1 file changed
buildtools/ci.buildspec.yml
@@ -11,8 +11,10 @@ phases:
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
13
- 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
15
build:
16
commands:
17
- dotnet msbuild buildtools/build.proj /t:testtoolv2-tests /p:Cicd=true
- - dotnet msbuild buildtools/build.proj /t:unit-tests /p:Cicd=true
18
- - dotnet msbuild buildtools/build.proj /t:integ-tests /p:Cicd=true
+ - 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