added emotion package deployment
This commit is contained in:
Родитель
acbce9c24f
Коммит
53a6a6b8f6
|
@ -47,6 +47,10 @@ jobs:
|
||||||
working-directory: ./ObjectDetector
|
working-directory: ./ObjectDetector
|
||||||
run: msbuild -t:pack /p:Configuration=Release /p:DebugType=Portable
|
run: msbuild -t:pack /p:Configuration=Release /p:DebugType=Portable
|
||||||
|
|
||||||
|
- name: pack EmotionRecognizer
|
||||||
|
working-directory: ./EmotionRecognizer
|
||||||
|
run: msbuild -t:pack /p:Configuration=Release /p:DebugType=Portable
|
||||||
|
|
||||||
- name: Add source
|
- name: Add source
|
||||||
run: dotnet nuget add source "https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" --name LabsFeed --username dummy --password ${{ secrets.DEVOPS_PACKAGE_PUSH_TOKEN }}
|
run: dotnet nuget add source "https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" --name LabsFeed --username dummy --password ${{ secrets.DEVOPS_PACKAGE_PUSH_TOKEN }}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче