Skip to content

Commit

Permalink
.Net: AzureOpenAI - Enable package validation (#8097)
Browse files Browse the repository at this point in the history
### Motivation and Context

- Resolves #7558
  • Loading branch information
RogerBarreto committed Aug 13, 2024
1 parent 9e59698 commit 45169b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,224 deletions.
2 changes: 1 addition & 1 deletion dotnet/nuget/nuget-package.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<IsPackable>true</IsPackable>

<!-- Package validation. Baseline Version should be lower or equal to current version. -->
<PackageValidationBaselineVersion>1.17.1</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>1.18.0-rc</PackageValidationBaselineVersion>
<!-- Validate assembly attributes only for Publish builds -->
<NoWarn Condition="'$(Configuration)' != 'Publish'">$(NoWarn);CP0003</NoWarn>
<!-- Do not validate reference assemblies -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>$(NoWarn);NU5104;SKEXP0001,SKEXP0010</NoWarn>
<EnablePackageValidation>false</EnablePackageValidation>
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>

<PropertyGroup Condition="'$(IsReleaseCandidate)' == 'true'">
Expand Down
Loading

0 comments on commit 45169b9

Please sign in to comment.