fix: Update ADL calculation to handle empty source and improve versioning in Publish.yml

This commit is contained in:
Miha Kralj
2025-12-18 22:00:11 -08:00
parent b5358091ae
commit a37d5818be
2 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -331,16 +331,15 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@b4372b9a14557a67171fe7292bf2f92b657c26a3 # v3.1.11
uses: gittools/actions/gitversion/setup@v4.2.0
with:
versionSpec: '6.x'
includePrerelease: true
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@b4372b9a14557a67171fe7292bf2f92b657c26a3 # v3.1.11
uses: gittools/actions/gitversion/execute@v4.2.0
with:
useConfigFile: true
updateAssemblyInfo: false
- name: Build & Pack