File tree Expand file tree Collapse file tree 5 files changed +17
-12
lines changed Expand file tree Collapse file tree 5 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 6
6
<PrivateAssets >all</PrivateAssets >
7
7
</PackageReference >
8
8
</ItemGroup >
9
+
10
+ <PropertyGroup >
11
+ <!-- MSTest config -->
12
+ <EnableMSTestRunner >true</EnableMSTestRunner >
13
+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
14
+ <MSTestAnalysisMode >Recommended</MSTestAnalysisMode >
15
+ </PropertyGroup >
9
16
</Project >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ resources:
10
10
- repository : templates
11
11
type : git
12
12
name : SecurityEngineering/OSS-Tools-Pipeline-Templates
13
- ref : refs/tags/v2.0.0
13
+ ref : refs/tags/v2.0.1
14
14
- repository : 1esPipelines
15
15
type : git
16
16
name : 1ESPipelineTemplates/1ESPipelineTemplates
@@ -38,6 +38,7 @@ extends:
38
38
poolImage : MSSecurity-1ES-Windows-2022
39
39
poolOs : windows
40
40
projectPath : ' src/oss-tests/oss-tests.csproj'
41
+ dotnetTestArgs : ' -- --coverage --report-trx'
41
42
42
43
- stage : Build
43
44
jobs :
Original file line number Diff line number Diff line change 74
74
<PackageReference Include =" JmesPath.Net" Version =" 1.0.330" />
75
75
<PackageReference Include =" Microsoft.CST.ApplicationInspector.Commands" Version =" 1.9.36" />
76
76
<PackageReference Include =" Microsoft.CST.DevSkim" Version =" 1.0.56" />
77
- <PackageReference Include =" PeNet" Version =" 5.0 .0" />
77
+ <PackageReference Include =" PeNet" Version =" 5.1 .0" />
78
78
<PackageReference Include =" SharpDisasm" Version =" 1.1.11" />
79
- <PackageReference Include =" WebAssembly" Version =" 1.2.1 " />
80
- <PackageReference Include =" AngleSharp" Version =" 1.2 .0" />
79
+ <PackageReference Include =" WebAssembly" Version =" 1.3.0 " />
80
+ <PackageReference Include =" AngleSharp" Version =" 1.3 .0" />
81
81
<PackageReference Include =" CommandLineParser" Version =" 2.9.1" />
82
82
<PackageReference Include =" Crayon" Version =" 2.0.69" />
83
83
<PackageReference Include =" DiffPlex" Version =" 1.7.2" />
Original file line number Diff line number Diff line change 29
29
</PropertyGroup >
30
30
31
31
<ItemGroup >
32
- <PackageReference Include =" AngleSharp" Version =" 1.2 .0" />
32
+ <PackageReference Include =" AngleSharp" Version =" 1.3 .0" />
33
33
<PackageReference Include =" CommandLineParser" Version =" 2.9.1" />
34
34
<PackageReference Include =" Crayon" Version =" 2.0.69" />
35
35
<PackageReference Include =" F23.StringSimilarity" Version =" 6.0.0" />
Original file line number Diff line number Diff line change 5
5
<IsPackable >false</IsPackable >
6
6
<LangVersion >10.0</LangVersion >
7
7
<Nullable >enable</Nullable >
8
+ <OutputType >Exe</OutputType >
8
9
</PropertyGroup >
9
10
10
11
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
14
15
<ItemGroup >
15
16
<PackageReference Include =" FluentAssertions" Version =" 8.2.0" />
16
17
<PackageReference Include =" JmesPath.Net" Version =" 1.0.330" />
17
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
18
- <PackageReference Include =" coverlet.collector" Version =" 6.0.4" >
19
- <PrivateAssets >all</PrivateAssets >
20
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
- </PackageReference >
22
18
<PackageReference Include =" Moq" Version =" [4.18.2]" />
23
- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.8.3" />
24
- <PackageReference Include =" MSTest.TestFramework" Version =" 3.8.3" />
19
+ <PackageReference Include =" MSTest" Version =" 3.8.3" />
20
+ <PackageReference Include =" Microsoft.Testing.Extensions.TrxReport" Version =" 1.6.3" />
21
+ <PackageReference Include =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 17.13.1" />
25
22
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
26
23
<PackageReference Include =" RichardSzalay.MockHttp" Version =" 7.0.0" />
27
24
</ItemGroup >
You can’t perform that action at this time.
0 commit comments