File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 20
20
dotnet_sdk_version : ' 7.x'
21
21
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
22
22
REPOSITORY_NAME : ${{ github.event.repository.name }}
23
+ MORYX_PACKAGE_TARGET_DEV : ' https://www.myget.org/F/moryx-oss-ci/api/v2/package'
24
+ MORYX_PACKAGE_TARGET_V3_DEV : ' https://www.myget.org/F/moryx-oss-ci/api/v3/index.json'
25
+ MORYX_PACKAGE_TARGET_FUTURE : ' https://www.myget.org/F/moryx-oss-ci/api/v2/package'
26
+ MORYX_PACKAGE_TARGET_V3_FUTURE : ' https://www.myget.org/F/moryx-oss-ci/api/v3/index.json'
27
+ MORYX_PACKAGE_TARGET_RELEASE : ' https://api.nuget.org/v3/index.json'
28
+ MORYX_PACKAGE_TARGET_V3_RELEASE : ' https://api.nuget.org/v3/index.json'
23
29
24
30
jobs :
25
31
Build :
Original file line number Diff line number Diff line change 17
17
</a>
18
18
</p >
19
19
20
+ <p align =" center " >
21
+ <a href="https://www.nuget.org/packages/Moryx/">
22
+ <img alt="NuGet Release" src="https://img.shields.io/nuget/v/Moryx.ControlSystem?color=0098A1">
23
+ </a>
24
+ </p >
25
+
20
26
# MORYX Factory
21
27
22
28
** Public API definitions for MORYX Factory applications.**
@@ -25,13 +31,13 @@ This repository contains the APIs, domain objects and developer documentation fo
25
31
26
32
## Packages
27
33
28
- | Package | Stable | Preview | Future |
29
- | --| --| -- | -- |
30
- | ` Moryx.ControlSystem ` | [ ![ NuGet ] ( https://img.shields.io/nuget/v/Moryx.ControlSystem.svg )] ( https://www.nuget.org/packages/Moryx.ControlSystem/ ) | [ ![ MyGet ] ( https://img.shields.io/myget/moryx/vpre/Moryx.ControlSystem )] ( https://www.myget.org/feed/moryx/package/nuget/Moryx.ControlSystem ) | [ ![ MyGet-Release ] ( https://img.shields.io/myget/moryx-future/vpre/Moryx.ControlSystem )] ( https://www.myget.org/feed/moryx-future/package/nuget/Moryx.ControlSystem ) |
31
- | ` Moryx.Orders ` | [ ![ NuGet ] ( https://img.shields.io/nuget/v/Moryx.Orders.svg )] ( https://www.nuget.org/packages/Moryx.Orders/ ) | [ ![ MyGet ] ( https://img.shields.io/myget/moryx/vpre/Moryx.Orders )] ( https://www.myget.org/feed/moryx/package/nuget/Moryx.Orders ) | [ ![ MyGet-Release ] ( https://img.shields.io/myget/moryx-future/vpre/Moryx.Orders )] ( https://www.myget.org/feed/moryx-future/package/nuget/Moryx.Orders ) |
32
- | ` Moryx.Users ` | [ ![ NuGet ] ( https://img.shields.io/nuget/v/Moryx.Users.svg )] ( https://www.nuget.org/packages/Moryx.Users/ ) | [ ![ MyGet ] ( https://img.shields.io/myget/moryx/vpre/Moryx.Users )] ( https://www.myget.org/feed/moryx/package/nuget/Moryx.Users ) | [ ![ MyGet-Release ] ( https://img.shields.io/myget/moryx-future/vpre/Moryx.Users )] ( https://www.myget.org/feed/moryx-future/package/nuget/Moryx.USers ) |
33
- | ` Moryx.ProcessData ` | [ ![ NuGet ] ( https://img.shields.io/nuget/v/Moryx.ProcessData.svg )] ( https://www.nuget.org/packages/Moryx.ProcessData/ ) | [ ![ MyGet ] ( https://img.shields.io/myget/moryx/vpre/Moryx.ProcessData )] ( https://www.myget.org/feed/moryx/package/nuget/Moryx.ProcessData ) | [ ![ MyGet-Release ] ( https://img.shields.io/myget/moryx-future/vpre/Moryx.ProcessData )] ( https://www.myget.org/feed/moryx-future/package/nuget/Moryx.ProcessData ) |
34
- | ` Moryx.Simulation ` | [ ![ NuGet ] ( https://img.shields.io/nuget/v/Moryx.Simulation.svg )] ( https://www.nuget.org/packages/Moryx.Simulation/ ) | [ ![ MyGet ] ( https://img.shields.io/myget/moryx/vpre/Moryx.Simulation )] ( https://www.myget.org/feed/moryx/package/nuget/Moryx.Simulation ) | [ ![ MyGet-Release ] ( https://img.shields.io/myget/moryx-future/vpre/Moryx.Simulation )] ( https://www.myget.org/feed/moryx-future/package/nuget/Moryx.Simulation ) |
34
+ | Package | |
35
+ | --| --|
36
+ | ` Moryx.ControlSystem ` | |
37
+ | ` Moryx.Orders ` | |
38
+ | ` Moryx.Users ` | |
39
+ | ` Moryx.ProcessData ` | |
40
+ | ` Moryx.Simulation ` | |
35
41
## Contribute
36
42
37
43
You can contribute to the MORYX Factory Domain by reporting bugs and suggesting extensions to APIs.
You can’t perform that action at this time.
0 commit comments