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