Michel Zehnder
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
10 additions and
0 deletions
-
NuGet.config
-
src/Directory.Build.props
|
|
@ -4,4 +4,8 @@ |
|
|
|
<clear /> |
|
|
|
<add key="sqlclient" value="https://sqlclientdrivers.pkgs.visualstudio.com/public/_packaging/sqlclient/nuget/v3/index.json" /> |
|
|
|
</packageSources> |
|
|
|
<auditSources> |
|
|
|
<clear /> |
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> |
|
|
|
</auditSources> |
|
|
|
</configuration> |
|
|
@ -64,11 +64,17 @@ |
|
|
|
<NuGetCmd>$(NuGetRoot)nuget.exe</NuGetCmd> |
|
|
|
<!-- Respect environment variable for the .NET install directory if set; otherwise, use the current default location --> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
<WarningsNotAsErrors>$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904;NU1905</WarningsNotAsErrors> |
|
|
|
<BuildSimulator Condition="'$(BuildSimulator)' != 'true'">false</BuildSimulator> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(BuildSimulator)' == 'true'"> |
|
|
|
<DefineConstants>$(DefineConstants);ENCLAVE_SIMULATOR</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<!-- Audit Settings --> |
|
|
|
<PropertyGroup> |
|
|
|
<NuGetAuditMode>all</NuGetAuditMode> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<!-- Packaging for source link--> |
|
|
|
<PropertyGroup> |
|
|
|