diff --git a/build-test-deploy.yml b/build-test-deploy.yml index 885d79c34..32d0282e2 100644 --- a/build-test-deploy.yml +++ b/build-test-deploy.yml @@ -88,7 +88,7 @@ steps: inputs: targetType: 'inline' script: | - $versionInfo = $(Get-Item .\GsaGH\bin\x64\Release\GsaGH.dll).VersionInfo + $versionInfo = $(Get-Item .\GsaGH\bin\x64\Release\net48\GsaGH.dll).VersionInfo echo $versionInfo $fullVersion = [array]${versionInfo}.FileVersion.split('.') $currentTime = $(Get-Date -Format "dddd MM/dd/yyyy HH:mm")