Skip to content

Commit

Permalink
set package version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan authored Aug 21, 2017
1 parent 8286eff commit ae890c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ $revision = "{0:D4}" -f [convert]::ToInt32($revision, 10)

exec { & dotnet test .\test\AspNetCoreRateLimit.Tests -c Release }

exec { & dotnet pack .\src\AspNetCoreRateLimit -c Release -o ..\..\artifacts --version-suffix="preview-"$revision }
exec { & dotnet pack .\src\AspNetCoreRateLimit -c Release -o ..\..\artifacts /property:PackageVersion=2.0.0 }


0 comments on commit ae890c9

Please sign in to comment.