next try
Some checks failed
Develop Build / build (push) Failing after 7s

This commit is contained in:
Roland Fieger
2025-10-28 13:04:38 +01:00
parent 089425ca59
commit 8ad39694bd

View File

@@ -18,23 +18,23 @@ jobs:
# env: # env:
# NUGET_AUTH_TOKEN: ${{secrets.READ_NUGET_PAT}} # NUGET_AUTH_TOKEN: ${{secrets.READ_NUGET_PAT}}
# - uses: actions/checkout@v4 - uses: actions/checkout@v4
# name: Checkout name: Checkout
# with: with:
# fetch-depth: 0 fetch-depth: 0
# - name: Add Nuget Credentials # - 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 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 # run: dotnet nuget update source gitea --username ${{ secrets.READ_NUGET_USER }} --password ${{ secrets.READ_NUGET_PAT }} --store-password-in-clear-text --configfile nuget.config
# - name: Install GitVersion - name: Install GitVersion
# uses: gittools/actions/gitversion/setup@v0 uses: gittools/actions/gitversion/setup@v0
# with: with:
# versionSpec: '5.x' versionSpec: '5.x'
# - name: Determine Version - name: Determine Version
# uses: gittools/actions/gitversion/execute@v0 uses: gittools/actions/gitversion/execute@v0
# # restore # # restore
# - name: Restore dependencies # - name: Restore dependencies