File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3838 " ms-azure-devops.azure-pipelines" ,
3939 " GitHub.copilot-chat" ,
4040 " GitHub.copilot" ,
41+ " github.vscode-github-actions"
4142 " mhutchie.git-graph" ,
4243 " streetsidesoftware.code-spell-checker" ,
4344 " streetsidesoftware.code-spell-checker-german" ,
Original file line number Diff line number Diff line change 2828 <!-- C:\Program Files\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultOutputPaths.targets -->
2929 <UseArtifactsOutput >true</UseArtifactsOutput >
3030 <ArtifactsPath >$(MSBuildThisFileDirectory)artifacts</ArtifactsPath >
31- <CoverletVersion Condition =" '$(CoverletVersion)'==''" >6 .0.0</CoverletVersion >
31+ <CoverletVersion Condition =" '$(CoverletVersion)'==''" >8 .0.0</CoverletVersion >
3232 </PropertyGroup >
3333
3434 <PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
3535 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
3636 <Deterministic >true</Deterministic >
3737 </PropertyGroup >
3838
39+ <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
40+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
41+ <Deterministic >true</Deterministic >
42+ </PropertyGroup >
43+
3944 <ItemGroup >
4045 <VSTestLogger Include =" trx%3BLogFileName=TestResults-$(TargetFramework)-$(MSBuildProjectName).trx" />
4146 <VSTestLogger Include =" html%3BLogFileName=TestResults-$(TargetFramework)-$(MSBuildProjectName).html" />
You can’t perform that action at this time.
0 commit comments