We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b670f5 commit a868ab7Copy full SHA for a868ab7
PsModules/RepoBuild/Public/Initialize-BuildEnvironment.ps1
@@ -60,7 +60,7 @@ function Initialize-BuildEnvironment
60
61
# Add repo specific values
62
$buildInfo['PackagesRoot'] = Join-Path $buildInfo['BuildOutputPath'] 'packages'
63
- $buildInfo['OfficialGitRemoteUrl'] = 'https://github.com/UbiquityDotNET/CSemVer.GitBuild.git'
+ $buildInfo['OfficialGitRemoteUrl'] = 'https://github.com/UbiquityDotNET/CSemVer.GitBuild'
64
65
# make sure directories required (but not created by build tools) exist
66
New-Item -ItemType Directory -Path $buildInfo['BuildOutputPath'] -ErrorAction SilentlyContinue | Out-Null
0 commit comments