Skip to content

Commit

Permalink
fix Check for existing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilman Reinhardt committed Nov 11, 2022
1 parent fceac4c commit c627d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c627d05

Please sign in to comment.