Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions Configuration/src/ConfigurationProviders/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions Connectors/src/CosmosDb/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions Connectors/src/MongoDb/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions Connectors/src/MySql/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions Connectors/src/MySqlEFCore/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions Connectors/src/PostgreSql/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions Connectors/src/PostgreSqlEFCore/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions Connectors/src/RabbitMQ/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions Connectors/src/Redis/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions Connectors/src/SqlServerEFCore/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions Discovery/src/FortuneTeller/FortuneTellerApi/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions Discovery/src/FortuneTeller/FortuneTellerConsole/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions Discovery/src/FortuneTeller/FortuneTellerWeb/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
12 changes: 8 additions & 4 deletions FileShares/src/FileSharesWeb/nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file exists for `cf push`. The file from the repository root is used on solution build.
The `nuget.config` file in the repository root is typically used by IDEs,
whereas a copy in a samples directory is used by `cf push`.

Use the script /tools/sync-nuget-config.ps1 to keep these files in sync.
Do not commit changes to this file directly.
-->
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="SteeltoeCI" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="SteeltoeCI">
<packageSource key="Steeltoe-ci">
<package pattern="Steeltoe.*" />
</packageSource>
</packageSourceMapping>
Expand Down
Loading