Skip to content

Commit 58e21d4

Browse files
Build again without deterministic paths due to coverlet-coverage/coverlet#363
1 parent 57227aa commit 58e21d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.rx.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ stages:
7070
arguments: install --tool-path . dotnet-reportgenerator-globaltool
7171
displayName: Install ReportGenerator tool
7272

73+
- task: MSBuild@1
74+
displayName: Build System.Reactive.sln
75+
inputs:
76+
solution: Rx.NET/Source/System.Reactive.sln
77+
msbuildArguments: /t:build /p:ContinuousIntegrationBuild=false
78+
configuration: $(BuildConfiguration)
79+
maximumCpuCount: false
80+
7381
- task: DotNetCoreCLI@2
7482
inputs:
7583
command: test

0 commit comments

Comments
 (0)