The description in the Visual Studio Marketplace suggests using variables formatted as $(GitVersion_NuGetVersion) and $(GitVersion_SemVer). However, when using VSTS, one should format the variables as $(GitVersion.NuGetVersion) and $(GitVersion.SemVer) (period instead of an underscore). I'm not sure where the text is hosted, so I can't make a PR to fix that.