Skip to content

Commit 94a9520

Browse files
JamesNKJohn Luo
authored and
John Luo
committed
Fix build?
1 parent acb4c7d commit 94a9520

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.azure/pipelines/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ stages:
482482
displayName: Pack Templates
483483
- script: ./src/ProjectTemplates/build.cmd -ci -test -NoRestore -NoBuild -NoBuilddeps "/p:RunTemplateTests=true /bl:artifacts/log/template.test.binlog"
484484
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"
486486
displayName: Test gRPC interop
487487
artifacts:
488488
- name: Windows_Test_Integration_Dumps

src/Grpc/test/testassets/InteropClient/InteropClient.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>netcoreapp5.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<LangVersion>8.0</LangVersion>
8+
<IsUnitTestProject>false</IsUnitTestProject>
89
</PropertyGroup>
910

1011
<ItemGroup>

src/Grpc/test/testassets/InteropWebsite/InteropWebsite.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<GenerateUserSecretsAttribute>false</GenerateUserSecretsAttribute>
77
<Nullable>enable</Nullable>
88
<LangVersion>8.0</LangVersion>
9+
<IsUnitTestProject>false</IsUnitTestProject>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)