File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3838 <GetVersion SolutionDirectory =" $(SolutionDir)" >
3939 <Output TaskParameter =" SemVer" PropertyName =" SemVer" />
4040 <Output TaskParameter =" MajorMinorPatch" PropertyName =" MajorMinorPatch" />
41+ <Output TaskParameter =" NuGetVersion" PropertyName =" NuGetVersion" />
4142 </GetVersion >
4243 <ItemGroup >
4344 <FilesToDelete Include =" $(ProjectDir)Build\**\*.*" />
5556 </ItemGroup >
5657 <FileUpdate Files =" @(InstallFile)" Regex =" SemVer" ReplacementText =" $(SemVer)" />
5758 <FileUpdate Files =" @(InstallFile)" Regex =" MajorMinorPatch" ReplacementText =" $(MajorMinorPatch)" />
58- <CreatePackageTask NuGetBuildDirectory =" $(ProjectDir)Build" Version =" $(SemVer )" TargetDir =" $(SolutionDir)..\nugets" />
59+ <CreatePackageTask NuGetBuildDirectory =" $(ProjectDir)Build" Version =" $(NuGetVersion )" TargetDir =" $(SolutionDir)..\nugets" />
5960 </Target >
6061</Project >
You can’t perform that action at this time.
0 commit comments