Added debugtype in pack command
This commit is contained in:
Родитель
07e19fd0b4
Коммит
79c753f85a
|
@ -43,11 +43,11 @@ jobs:
|
|||
|
||||
- name: pack ImageClassifier
|
||||
working-directory: ./ImageClassifier
|
||||
run: msbuild -t:pack /p:Configuration=Release
|
||||
run: msbuild -t:pack /p:Configuration=Release /p:DebugType=Portable
|
||||
|
||||
- name: pack ObjectDetector
|
||||
working-directory: ./ObjectDetector
|
||||
run: msbuild -t:pack /p:Configuration=Release
|
||||
run: msbuild -t:pack /p:Configuration=Release /p:DebugType=Portable
|
||||
|
||||
- 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 }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче