We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b926209 commit ffd4d86Copy full SHA for ffd4d86
artifactory/commands/dotnet/dotnetcommand.go
@@ -36,7 +36,7 @@ type DotnetCommand struct {
36
repoName string
37
solutionPath string
38
useNugetV2 bool
39
- // Used mostly for testings, allow insecured conntions sources.
+ // By default, package sources are required to use HTTPS. This option allows sources to use HTTP.
40
allowInsecureConnections bool
41
buildConfiguration *commonBuild.BuildConfiguration
42
serverDetails *config.ServerDetails
0 commit comments