KenticoCommunity.ConnectionStringModule
0.0.1
See the version list below for details.
dotnet add package KenticoCommunity.ConnectionStringModule --version 0.0.1
NuGet\Install-Package KenticoCommunity.ConnectionStringModule -Version 0.0.1
<PackageReference Include="KenticoCommunity.ConnectionStringModule" Version="0.0.1" />
paket add KenticoCommunity.ConnectionStringModule --version 0.0.1
#r "nuget: KenticoCommunity.ConnectionStringModule, 0.0.1"
// Install KenticoCommunity.ConnectionStringModule as a Cake Addin #addin nuget:?package=KenticoCommunity.ConnectionStringModule&version=0.0.1 // Install KenticoCommunity.ConnectionStringModule as a Cake Tool #tool nuget:?package=KenticoCommunity.ConnectionStringModule&version=0.0.1
The purpose of this module is ensure `ContinuousIntegration.exe` can run successfully if the connection string is set in environment variables as quite often the case when the site is hosted in an Azure AppService.
Based on code published here:
https://stackoverflow.com/questions/66820668/how-do-i-allow-continuousintegration-exe-to-use-a-connection-string-in-azure-key
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.0.1
The purpose of this module is ensure `ContinuousIntegration.exe` can run successfully if the connection string is set in environment variables as quite often the case when the site is hosted in an Azure AppService.