Skip to content

Commit

Permalink
Clear NuGet security warnings (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored and nytian committed Dec 5, 2024
1 parent 359e1c2 commit 88bbbc7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion test/SmokeTests/OOProcSmokeTests/durableJS/Nuget.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json"/>
<add key="local" value="." />
<add key="azure_app_service" value="https://www.myget.org/F/azure-appservice/api/v2" />
<add key="durabletask" value="https://pkgs.dev.azure.com/durabletaskframework/734e7913-2fab-4624-a174-bc57fe96f95d/_packaging/durabletask/nuget/v3/index.json" />
</packageSources>
</configuration>
3 changes: 2 additions & 1 deletion test/SmokeTests/OOProcSmokeTests/durableJava/Nuget.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json"/>
<add key="local" value="." />
<add key="azure_app_service" value="https://www.myget.org/F/azure-appservice/api/v2" />
<add key="durabletask" value="https://pkgs.dev.azure.com/durabletaskframework/734e7913-2fab-4624-a174-bc57fe96f95d/_packaging/durabletask/nuget/v3/index.json" />
</packageSources>
</configuration>
3 changes: 2 additions & 1 deletion test/SmokeTests/OOProcSmokeTests/durablePy/Nuget.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json"/>
<add key="local" value="." />
<add key="azure_app_service" value="https://www.myget.org/F/azure-appservice/api/v2" />
<add key="durabletask" value="https://pkgs.dev.azure.com/durabletaskframework/734e7913-2fab-4624-a174-bc57fe96f95d/_packaging/durabletask/nuget/v3/index.json" />
</packageSources>
</configuration>
3 changes: 2 additions & 1 deletion test/TimeoutTests/Python/Nuget.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json"/>
<add key="local" value="." />
<add key="azure_app_service" value="https://www.myget.org/F/azure-appservice/api/v2" />
<add key="durabletask" value="https://pkgs.dev.azure.com/durabletaskframework/734e7913-2fab-4624-a174-bc57fe96f95d/_packaging/durabletask/nuget/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 88bbbc7

Please sign in to comment.