File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
GitVersion.MsBuild.Tests/Tasks Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 41
41
<PackageVersion_Shouldly >4.0.3</PackageVersion_Shouldly >
42
42
43
43
<PackageVersion_MicrosoftCodeStyle >3.11.0</PackageVersion_MicrosoftCodeStyle >
44
- <PackageVersion_MicrosoftNetAnalyzers >5 .0.3 </PackageVersion_MicrosoftNetAnalyzers >
44
+ <PackageVersion_MicrosoftNetAnalyzers >6 .0.0 </PackageVersion_MicrosoftNetAnalyzers >
45
45
</PropertyGroup >
46
46
47
47
<ItemGroup Condition =" '$(IsTestProject)' == 'true' " >
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ public void WriteVersionInfoTaskShouldUpdateBuildNumberInAzurePipeline(string bu
80
80
81
81
82
82
[ Test ]
83
+ [ Category ( NoNetCoreApp31 ) ]
83
84
public void WriteVersionInfoTaskShouldLogOutputVariablesToBuildOutputInGitHubActions ( )
84
85
{
85
86
var task = new WriteVersionInfoToBuildLog ( ) ;
You can’t perform that action at this time.
0 commit comments