Răsfoiți Sursa

upgraded to gitversion 6

Tig 4 luni în urmă
părinte
comite
73e230b877
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      .github/workflows/publish.yml

+ 2 - 1
.github/workflows/publish.yml

@@ -26,7 +26,8 @@ jobs:
     - name: Determine Version
     - name: Determine Version
       uses: gittools/actions/gitversion/[email protected]
       uses: gittools/actions/gitversion/[email protected]
       with:
       with:
-        updateProjectFiles: true
+        useConfigFile: true
+        updateAssemblyInfo: true
       id: gitversion # step id used as reference for output values
       id: gitversion # step id used as reference for output values
 
 
     - name: Setup dotnet
     - name: Setup dotnet