Skip to content

Commit

Permalink
Add allowInsecureConnections to Nuget packageSources (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea authored Nov 21, 2024
1 parent 36ed221 commit e7a75ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/utils/dotnet/configfiletemplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const ConfigFileTemplate = `<?xml version="1.0" encoding="utf-8"?>
const ConfigFileFormat = `<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="JFrogCli" value="%s" protocolVersion="%s" />
<add key="JFrogCli" value="%s" protocolVersion="%s" allowInsecureConnections="%v"/>
</packageSources>
<packageSourceCredentials>
<JFrogCli>
Expand Down

0 comments on commit e7a75ce

Please sign in to comment.