I'm trying to get the assembly number but it it seems variable isn't set... ``` - task: AssembyInfoReader@2 inputs: searchPattern: 'FooProject/Properties/AssemblyInfo.cs' steps: - script: echo $(AssemblyInfo.AssemblyVersion) ``` Any idea? Thnks!