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 May 31, 2024
1 parent 2e15272 commit fb58edf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<configuration>
<packageSources>
<clear/>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="AzureFunctionsTempStaging" value="https://pkgs.dev.azure.com/azfunc/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctionsTempStaging/nuget/v3/index.json" />
<add key="durabletask" value="https://pkgs.dev.azure.com/durabletaskframework/734e7913-2fab-4624-a174-bc57fe96f95d/_packaging/durabletask/nuget/v3/index.json" />
Expand Down
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 fb58edf

Please sign in to comment.