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 776359c commit ea8325cCopy full SHA for ea8325c
Scripts/Publish.ps1
@@ -19,7 +19,7 @@ New-Item -ItemType Directory -Path $PublishDir/PowerShell | Out-Null
19
New-Item -ItemType Directory -Path $PublishDir/PowerShell/lib | Out-Null
20
21
Write-Host -BackgroundColor $Color "Get the version number of the generator dll file"
22
-$ver = [System.Reflection.AssemblyName]::GetAssemblyName("$ArtifactsDir\Genbox.FastData.dll").Version
+$ver = [System.Reflection.AssemblyName]::GetAssemblyName("$ArtifactsDir/Genbox.FastData.dll").Version
23
$semver = "$($ver.Major).$($ver.Minor).$($ver.Build)"
24
25
Write-Host -BackgroundColor $Color "Version: $semver"
0 commit comments