https://github.com/aimenux/acupackagingdemo
Packaging acumatica dlls to nuget feed source
https://github.com/aimenux/acupackagingdemo
acumatica console-app nuget-package vs19
Last synced: 2 months ago
JSON representation
Packaging acumatica dlls to nuget feed source
- Host: GitHub
- URL: https://github.com/aimenux/acupackagingdemo
- Owner: aimenux
- Created: 2021-03-16T20:32:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T22:19:04.000Z (about 5 years ago)
- Last Synced: 2025-02-27T01:54:30.531Z (over 1 year ago)
- Topics: acumatica, console-app, nuget-package, vs19
- Language: C#
- Homepage:
- Size: 51.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/aimenux/AcuPackagingDemo/actions/workflows/ci.yml)
# AcuPackagingDemo
```
Packaging acumatica dlls to nuget feed source
```
> In this repo, i m providing 2 projects (class library and console application) :
>
>> :one: In `AcuPackagingLib`, i m using github actions in order to package acumatica dlls for both versions 20R1 and 20R2 then push them to [nuget.org](https://www.nuget.org/).
>>
>> :two: In `AcuPackagingApp`, i m using the generated package [Acu20R2-200.nupkg](https://www.nuget.org/packages/Acu20R2-200/) in order to illustrate the use of BQL statements in a console application.
>
>
> Nugets are generated for versions :
>
>> :pushpin: [20R1-112](https://www.nuget.org/packages/Acu20R1-112/)
>>
>> :pushpin: [20R2-200](https://www.nuget.org/packages/Acu20R2-200/)
>
**`Tools`** : vs19, net framework 4.8, acumatica