Merge branch 'main' of https://github.com/windows-toolkit/Labs-IntelligentAPIs into main
This commit is contained in:
Коммит
07e19fd0b4
|
@ -10,7 +10,7 @@ on:
|
|||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -53,6 +53,7 @@ jobs:
|
|||
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 }}
|
||||
|
||||
- name: Push packages
|
||||
if: ${{github.ref == 'refs/heads/main'}}
|
||||
run: dotnet nuget push "**/*.nupkg" --api-key dummy --source LabsFeed --skip-duplicate
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче