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:
# NUGET_AUTH_TOKEN: ${{secrets.READ_NUGET_PAT}}
# - uses: actions/checkout@v4
# name: Checkout
# with:
# fetch-depth: 0
- uses: actions/checkout@v4
name: Checkout
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
# - name: Install GitVersion
# uses: gittools/actions/gitversion/setup@v0
# with:
# versionSpec: '5.x'
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0
with:
versionSpec: '5.x'
# - name: Determine Version
# uses: gittools/actions/gitversion/execute@v0
- name: Determine Version
uses: gittools/actions/gitversion/execute@v0
# # restore
# - name: Restore dependencies