mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixed linking reference failure
This commit is contained in:
@@ -934,7 +934,10 @@ End Sub
|
||||
|
||||
'Helper function to link snk reference with relative paths
|
||||
Function GetSnkPathRef(srcPath As String) As String
|
||||
Dim snkPath = srcPath.Remove(0, srcSiteUrl.LastIndexOf("/"))
|
||||
Dim snkPath = srcPath
|
||||
If srcSiteUrl isNot Nothing
|
||||
snkPath = srcPath.Remove(0, srcSiteUrl.LastIndexOf("/"))
|
||||
End If
|
||||
Return snkPath
|
||||
End Function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user