Skip to content

Commit

Permalink
Minor improvements to test case formatting. When outputting prereqs, …
Browse files Browse the repository at this point in the history
…items that don't override ToString (i.e. that just print out their type name) are now omitted. If that leaves nothing, fall back on using "test case #X". Also reverted to using v2 of abstractions.
  • Loading branch information
sdcondon committed Oct 20, 2022
1 parent 98a8a51 commit f4246d9
Show file tree
Hide file tree
Showing 6 changed files with 494 additions and 112 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Expand Up @@ -15,7 +15,7 @@
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>

<!-- NB: timestamp below doesn't include seconds because depending on such a package gets VS into an infinite restore loop.. -->
<Version>0.0.0-local.$([System.DateTime]::Now.ToString(yyMMdd.HHmm))</Version>
<Version>0.0.0-local.$([System.DateTime]::Now.ToString(yyMMddTHHmm))</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit f4246d9

Please sign in to comment.