When using token replacement, make sure your are trying to nuget pack the csproj file, not the nuspec file
nuget pack myproject.csproj -IncludeReferencedProjects -Prop Configuration=Release
The nuspec is picked up automatically when given the same name as the csproj file.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…