added emotion package deployment

This commit is contained in:
amrutha95 2021-11-03 19:27:03 -07:00 коммит произвёл GitHub
Родитель acbce9c24f
Коммит 53a6a6b8f6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

4
.github/workflows/build.yml поставляемый
Просмотреть файл

@ -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 }}