You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Expand-Template.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ function Replace-Placeholders {
52
52
$sn=Get-Command sn -ErrorAction SilentlyContinue
53
53
if (-not$sn) {
54
54
if ($IsMacOS-or$IsLinux) {
55
-
Write-Error"sn command not found on PATH. Install monoand/or vote up this issue: https://github.com/dotnet/sdk/issues/13560"
55
+
Write-Error'sn command not found on PATH. Install mono, use "sudo apt-get install strong-name-tool" and/or vote up this issue: https://github.com/dotnet/sdk/issues/13560'
0 commit comments