Skip to content

Commit a6291df

Browse files
committed
Fix build typo
- CI tried to test Debug assemblies though only Release had been built
1 parent b1445a7 commit a6291df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime.msbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114

115115
<!-- Failures in this project will fail build. But, results will not be included in test run summary. -->
116116
<MSBuild
117+
Properties="Configuration=$(Configuration)"
117118
Projects="test\System.Net.Http.Formatting.NetStandard.Test\System.Net.Http.Formatting.NetStandard.Test.csproj"
118119
Targets="Test"
119120
Condition="'$(BuildPortable)' == 'true'" />

0 commit comments

Comments
 (0)