Change nuget pacakge version to include -pre-
This commit is contained in:
parent
e714153782
commit
f5253459ec
|
|
@ -39,7 +39,7 @@
|
|||
<NuspecPath>$(RepositoryRoot)nuget\AspNetCore.nuspec</NuspecPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<Exec Command=""$(NuGetExePath)" pack "$(NuspecPath)" -OutputDirectory "$(ArtifactsDir)\build" -prop Version=1.0.0-$(BuildNumber)" />
|
||||
<Exec Command=""$(NuGetExePath)" pack "$(NuspecPath)" -OutputDirectory "$(ArtifactsDir)\build" -prop Version=1.0.0-pre-$(BuildNumber)" />
|
||||
</Target>
|
||||
|
||||
<Target Name="PublishPackage"
|
||||
|
|
|
|||
Loading…
Reference in New Issue