Skip to content

mfdotnetmicroservices/play.common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play.Common

Common libraries used by Play Economy services.

Create and publish package

For Windows (PowerShell):

$version="1.0.11"
$owner="mfdotnetmicroservices"
$gh_pat="[PAT HERE]"
dotnet pack src\Play.Common\ --configuration Release -p:PackageVersion=$version -p:RepositoryUrl=https://github.com/$owner/play.common -o ..\packages 

dotnet nuget push ..\packages\Play.Common.$version.nupkg --api-key $gh_pat --source "github"

For macOS

version="1.0.11"
owner="mfdotnetmicroservices"
gh_pat="[PAT HERE]"
dotnet pack src/Play.Common/ --configuration Release -p:PackageVersion=$version -p:RepositoryUrl=https://github.com/$owner/play.common -o ../packages 

dotnet nuget push ../packages/Play.Common.${version}.nupkg --api-key ${gh_pat} --source "github"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages