File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ stages:
481
481
displayName : Pack Templates
482
482
- script : ./src/ProjectTemplates/build.cmd -ci -test -NoRestore -NoBuild -NoBuilddeps "/p:RunTemplateTests=true /bl:artifacts/log/template.test.binlog"
483
483
displayName : Test Templates
484
- - script : ./src/Grpc/build.cmd -ci -test -NoRestore -NoBuild -NoBuilddeps "/bl:artifacts/log/grpc.test.binlog"
484
+ - script : ./src/Grpc/build.cmd -ci -test "/bl:artifacts/log/grpc.test.binlog"
485
485
displayName : Test gRPC interop
486
486
artifacts :
487
487
- name : Windows_Test_Integration_Dumps
Original file line number Diff line number Diff line change 5
5
<TargetFramework >netcoreapp5.0</TargetFramework >
6
6
<Nullable >enable</Nullable >
7
7
<LangVersion >8.0</LangVersion >
8
+ <IsUnitTestProject >false</IsUnitTestProject >
8
9
</PropertyGroup >
9
10
10
11
<ItemGroup >
Original file line number Diff line number Diff line change 6
6
<GenerateUserSecretsAttribute >false</GenerateUserSecretsAttribute >
7
7
<Nullable >enable</Nullable >
8
8
<LangVersion >8.0</LangVersion >
9
+ <IsUnitTestProject >false</IsUnitTestProject >
9
10
</PropertyGroup >
10
11
11
12
<ItemGroup >
You can’t perform that action at this time.
0 commit comments