This commit is contained in:
15
.gitea/workflows/azuretest.yml
Normal file
15
.gitea/workflows/azuretest.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Triggered by Azure DevOps
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [azure-devops-commit]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Process Azure DevOps event
|
||||
run: |
|
||||
echo "Triggered by Azure DevOps commit"
|
||||
echo "Event: ${{ github.event.client_payload }}"
|
||||
@@ -23,6 +23,8 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
|
||||
- name: Add Nuget Credentials
|
||||
# run: dotnet nuget update source gitea --username sxhundred --password ${{ secrets.READ_NUGET_PAT }} --store-password-in-clear-text --configfile nuget.config
|
||||
run: dotnet nuget update source gitea --username ${{ secrets.READ_NUGET_USER }} --password ${{ secrets.READ_NUGET_PAT }} --store-password-in-clear-text --configfile nuget.config
|
||||
|
||||
Reference in New Issue
Block a user