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 @@ -482,7 +482,7 @@ stages:
482
482
displayName : Pack Templates
483
483
- script : ./src/ProjectTemplates/build.cmd -ci -test -NoRestore -NoBuild -NoBuilddeps "/p:RunTemplateTests=true /bl:artifacts/log/template.test.binlog"
484
484
displayName : Test Templates
485
- - script : ./src/Grpc/build.cmd -ci -test -NoRestore -NoBuild -NoBuilddeps "/bl:artifacts/log/grpc.test.binlog"
485
+ - script : ./src/Grpc/build.cmd -ci -test "/bl:artifacts/log/grpc.test.binlog"
486
486
displayName : Test gRPC interop
487
487
artifacts :
488
488
- 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