Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb4doc committed Nov 27, 2024
2 parents e7739ae + e7a75ce commit 938ae9f
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 938ae9f

Please sign in to comment.