Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Add Freya.Routers package
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyus-ryan committed Oct 10, 2018
1 parent 1e3781b commit 497185d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if ($env:appveyor){
dotnet build -c Release freya-routers.sln /p:Version=$version$versionSuffix
dotnet test --no-build -c Release tests/Freya.Routers.Uri.Template.Tests/Freya.Routers.Uri.Template.Tests.fsproj
dotnet test --no-build -c Release tests/Freya.Routers.Uri.Template.Hopac.Tests/Freya.Routers.Uri.Template.Hopac.Tests.fsproj
dotnet pack --no-build -c Release src/Freya.Routers /p:Version=$version$versionSuffix -o $psscriptroot/bin
dotnet pack --no-build -c Release src/Freya.Routers.Uri.Template /p:Version=$version$versionSuffix -o $psscriptroot/bin
dotnet pack --no-build -c Release src/Freya.Routers.Uri.Template.Hopac /p:Version=$version$versionSuffix -o $psscriptroot/bin
dotnet benchmarks/Freya.Routers.Uri.Template.Benchmarks/bin/Release/netcoreapp2.1/Freya.Routers.Uri.Template.Benchmarks.dll

0 comments on commit 497185d

Please sign in to comment.