We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e686277 commit ebc7ab8Copy full SHA for ebc7ab8
build/Build.cs
@@ -82,6 +82,7 @@ Target Pack
82
.SetWorkingDirectory(RootDirectory)
83
.SetPackageLicenseUrl(licenseUrl)
84
.SetProject(Solution.Path)
85
+ .SetRepositoryUrl("https://github.com/mifopen/LazyCoder")
86
.EnableNoBuild()
87
.SetConfiguration(Configuration)
88
.EnableIncludeSymbols()
0 commit comments