File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 71
71
<DefineConstants >$(DefineConstants);ENCLAVE_SIMULATOR</DefineConstants >
72
72
</PropertyGroup >
73
73
74
- <!-- Audit Settings -->
74
+ <!-- NuGet Audit Settings -->
75
+ <PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
76
+ <!--
77
+ ADO does not support audit/vulnerability feeds, so the audit feed is specified (in
78
+ nuget.config) as nuget.org. OneBranch default network isolation does not allow connections
79
+ to nuget.org. To avoid this issue, we will disable auditing for official builds, but leave it
80
+ enabled for local builds.
81
+ @TODO: If/when auditing is enabled for central feeds services, this can be removed.
82
+ -->
83
+ <NuGetAudit >false</NuGetAudit >
84
+ </PropertyGroup >
75
85
<PropertyGroup >
76
86
<NuGetAuditMode >all</NuGetAuditMode >
77
87
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments