Skip to content

Commit 29ed6ae

Browse files
committed
Use short RepositoryUrl (without .git suffix)
Locally, the .git/config file was configured with a scp-like url: ``` [remote "origin"] url = [email protected]:0xced/serilog-formatting-log4net.git ``` This would produce a RepositoryUrl ending in .git which does not match the one on the continuous integration server which is configured with https. Changing the `origin` remote to https://github.com/0xced/serilog-formatting-log4net ensures that the RepositoryUrl is the same when running locally and on the continuous integration server.
1 parent f2b2ba5 commit 29ed6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PublicApi.Serilog.Formatting.Log4Net.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[assembly: System.CLSCompliant(true)]
2-
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/0xced/serilog-formatting-log4net.git")]
2+
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/0xced/serilog-formatting-log4net")]
33
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName="")]
44
namespace Serilog.Formatting.Log4Net
55
{

0 commit comments

Comments
 (0)