Skip to content

Commit

Permalink
Temprarily masking volunrability checks until hell cools down
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbar committed Dec 1, 2024
1 parent 2d30292 commit 56aea60
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<add key="build" value="build\artifacts" />
</packageSources>

<!-- Temprarily masking volunrability checks until hell cools down -->
<auditSources>
<clear />
</auditSources>

<packageSourceMapping>
<packageSource key="nuget">
<package pattern="*" />
Expand Down
2 changes: 2 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

<Project>
<PropertyGroup>
<NuGetAudit>false</NuGetAudit>

<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<EnableSourceLink Condition=" '$(NCrunch)' == '1' ">false</EnableSourceLink>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.rsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-nologo
-nr:false
-v:n

-p:NuGetAudit=false
2 changes: 2 additions & 0 deletions src/build_all.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

@if "%VCToolsVersion%"=="" call :StartDeveloperCommandPrompt || exit /b

SET NuGetAudit=false

@echo build %_C%

:: Initialize required files/folders
Expand Down

0 comments on commit 56aea60

Please sign in to comment.