Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<ApiCompatBaselineVersion>9.4.0</ApiCompatBaselineVersion>
<ApiCompatBaselineVersion>9.5.0</ApiCompatBaselineVersion>
<AssemblyVersion>$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>
<!--
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<PropertyGroup>
<Stage>normal</Stage>
<EnablePackageValidation>false</EnablePackageValidation>
<MinCodeCoverage>82</MinCodeCoverage>
<MinMutationScore>85</MinMutationScore>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<Workstream>AIEval</Workstream>
<Stage>normal</Stage>
<ForceLatestDotnetVersions>true</ForceLatestDotnetVersions>
<EnablePackageValidation>false</EnablePackageValidation>
<MinCodeCoverage>n/a</MinCodeCoverage>
<MinMutationScore>n/a</MinMutationScore>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<Workstream>AIEval</Workstream>
<Stage>normal</Stage>
<ForceLatestDotnetVersions>true</ForceLatestDotnetVersions>
<EnablePackageValidation>false</EnablePackageValidation>
<!-- The evaluators in this assembly need AI and the tests that cover them are not being run in CI at the moment. -->
<MinCodeCoverage>n/a</MinCodeCoverage>
<MinMutationScore>n/a</MinMutationScore>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<Workstream>AIEval</Workstream>
<Stage>normal</Stage>
<ForceLatestDotnetVersions>true</ForceLatestDotnetVersions>
<EnablePackageValidation>false</EnablePackageValidation>
<MinCodeCoverage>n/a</MinCodeCoverage>
<MinMutationScore>n/a</MinMutationScore>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<Workstream>AIEval</Workstream>
<Stage>normal</Stage>
<ForceLatestDotnetVersions>true</ForceLatestDotnetVersions>
<EnablePackageValidation>false</EnablePackageValidation>
<MinCodeCoverage>n/a</MinCodeCoverage>
<MinMutationScore>n/a</MinMutationScore>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<Workstream>AIEval</Workstream>
<Stage>normal</Stage>
<ForceLatestDotnetVersions>true</ForceLatestDotnetVersions>
<EnablePackageValidation>false</EnablePackageValidation>
<MinCodeCoverage>n/a</MinCodeCoverage>
<MinMutationScore>n/a</MinMutationScore>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<PropertyGroup>
<Stage>normal</Stage>
<EnablePackageValidation>false</EnablePackageValidation>
<MinCodeCoverage>89</MinCodeCoverage>
<MinMutationScore>85</MinMutationScore>
</PropertyGroup>
Expand Down
Loading