Skip to content

ddubson/pal-tracker-dotnet

Repository files navigation

PAL .NET Tracker

Running

dotnet run --project src/PalTracker

Running Tests

dotnet test test/PalTrackerTests

or specific tests

dotnet test test/PalTrackerTests --filter PalTrackerTests.[TestClass]

Binds on localhost:5000 (http) and localhost:5001 (https)

Releasing

dotnet publish src/PalTracker --configuration Release

Publish to CF

cf push pal-tracker --random-route -p src/PalTracker/bin/Release/netcoreapp2.1/publish

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published