We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8deb3c commit 43cfa46Copy full SHA for 43cfa46
azure-pipelines.ix.yml
@@ -64,6 +64,13 @@ steps:
64
arguments: install --tool-path . dotnet-reportgenerator-globaltool
65
displayName: Install ReportGenerator tool
66
67
+- task: DotNetCoreCLI@2
68
+ inputs:
69
+ command: clean
70
+ projects: Ix.NET/Source/**/*.csproj
71
+ arguments: -c $(BuildConfiguration)
72
+ displayName: Clean for test
73
+
74
- task: DotNetCoreCLI@2
75
inputs:
76
command: test
0 commit comments