Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2319e8f commit ce21f13Copy full SHA for ce21f13
build/build.proj
@@ -25,8 +25,8 @@
25
<CallTarget Targets="Package" />
26
</Target>
27
28
- <Target Name="GitVersion" DependsOnTargets="RestorePackages">
29
- <GitVersionTask.GetVersion SolutionDirectory=".." Condition=" '$(Version)' == '' ">
+ <Target Name="GitVersion" DependsOnTargets="RestorePackages" Condition=" '$(Version)' == '' ">
+ <GitVersionTask.GetVersion SolutionDirectory="..">
30
<Output TaskParameter="NuGetVersion" PropertyName="Version" />
31
</GitVersionTask.GetVersion>
32
0 commit comments