File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2705,7 +2705,7 @@ buildvariants:
2705
2705
# Package release variants
2706
2706
- matrix_name : build-packages
2707
2707
matrix_spec :
2708
- os : " windows-64 " # should produce package on Windows to build .NET framework (net472) packages.
2708
+ os : " ubuntu-2004 "
2709
2709
display_name : " Packages Pack"
2710
2710
tags : ["build-packages", "release-tag"]
2711
2711
tasks :
Original file line number Diff line number Diff line change 4
4
</PropertyGroup >
5
5
6
6
<PropertyGroup >
7
- <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
8
- <TargetFrameworks Condition =" '$(IsWindows)'=='true'" >$(TargetFrameworks);net472</TargetFrameworks >
7
+ <TargetFrameworks >netstandard2.0;netstandard2.1;net472</TargetFrameworks >
9
8
<LangVersion >10.0</LangVersion >
10
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
11
10
<CodeAnalysisRuleSet >..\..\MongoDB.ruleset</CodeAnalysisRuleSet >
60
59
<None Include =" ..\..\packageIcon.png" Pack =" true" PackagePath =" " />
61
60
<None Include =" ..\..\README.md" Pack =" true" PackagePath =" " />
62
61
</ItemGroup >
63
- </Project >
62
+ </Project >
You can’t perform that action at this time.
0 commit comments