Browse Source

backed out gitversion from PR

Tigger Kindel 1 year ago
parent
commit
207078594d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dotnet-core.yml

+ 1 - 1
.github/workflows/dotnet-core.yml

@@ -43,7 +43,7 @@ jobs:
 
     - name: Build Debug
       run: |
-        dotnet-gitversion /updateprojectfiles
+        #dotnet-gitversion /updateprojectfiles
         dotnet build --configuration Debug --no-restore
         
     - name: Test