An open API service indexing awesome lists of open source software.

https://github.com/agility/agility.aspnetcore

dotnet core SDK for Agility CMS Sync Model.
https://github.com/agility/agility.aspnetcore

Last synced: 8 months ago
JSON representation

dotnet core SDK for Agility CMS Sync Model.

Awesome Lists containing this project

README

          

# Agility.AspNetCore
dotnet core SDK for Agility CMS Sync Model targeting `NetCore 3.1`.

The package can be installing from NuGet
```
PM> Install-Package Agility.AspNetCore
```

## How to use in a Net Core site?
Learn how to setup the Agility.AspNetCore package in your dotnet core site [here](https://help.agilitycms.com/hc/en-us/articles/360019026211-Agility-AspNetCore).

## How to build:
From the downloaded source code, `cd AgilityWebCore` and run the following command to build a Release version of the Agility.AspNetCore.dll

`> dotnet publish -o ../builds`

## How to pack a Nuget Package
From the downloaded source code, `cd AgilityWebCore` and run the following command

`> dotnet pack -o ../nupkgs`

## How to publish as a Nuget Package
From the `AgilityWebCore` and run command the following command

`> dotnet nuget push ../nupkgs/Agility.AspNetCore --source https://api.nuget.org/v3/index.json --api-key xxxxxxxxxxxxxxxxxxxxxxxxxxx`