Skip to content

Commit 25f170c

Browse files
authored
Restored correct URI for Initialize-BuildEnvironment. (#42)
* It is unclear why that was changed to drop the `.git` Co-authored-by: smaillet <[email protected]>
1 parent bb11d3a commit 25f170c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PsModules/RepoBuild/Public/Initialize-BuildEnvironment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function Initialize-BuildEnvironment
6060

6161
# Add repo specific values
6262
$buildInfo['PackagesRoot'] = Join-Path $buildInfo['BuildOutputPath'] 'packages'
63-
$buildInfo['OfficialGitRemoteUrl'] = 'https://github.com/UbiquityDotNET/CSemVer.GitBuild'
63+
$buildInfo['OfficialGitRemoteUrl'] = 'https://github.com/UbiquityDotNET/CSemVer.GitBuild.git'
6464

6565
# make sure directories required (but not created by build tools) exist
6666
New-Item -ItemType Directory -Path $buildInfo['BuildOutputPath'] -ErrorAction SilentlyContinue | Out-Null

0 commit comments

Comments
 (0)