Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
Change nuget pacakge version to include -pre-
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Jun 12, 2017
1 parent e714153 commit f525345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/repo.targets
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<NuspecPath>$(RepositoryRoot)nuget\AspNetCore.nuspec</NuspecPath>
</PropertyGroup>

<Exec Command="&quot;$(NuGetExePath)&quot; pack &quot;$(NuspecPath)&quot; -OutputDirectory &quot;$(ArtifactsDir)\build&quot; -prop Version=1.0.0-$(BuildNumber)" />
<Exec Command="&quot;$(NuGetExePath)&quot; pack &quot;$(NuspecPath)&quot; -OutputDirectory &quot;$(ArtifactsDir)\build&quot; -prop Version=1.0.0-pre-$(BuildNumber)" />
</Target>

<Target Name="PublishPackage"
Expand Down

0 comments on commit f525345

Please sign in to comment.