Browse Source

backed out gitversion from PR

Tigger Kindel 2 years ago
parent
commit
abc131cfc1
1 changed files with 10 additions and 12 deletions
  1. 10 12
      .github/workflows/dotnet-core.yml

+ 10 - 12
.github/workflows/dotnet-core.yml

@@ -19,19 +19,17 @@ jobs:
       with:
       with:
         fetch-depth: 0 #fetch-depth is needed for GitVersion
         fetch-depth: 0 #fetch-depth is needed for GitVersion
         
         
-    - name: Install and calculate the new version with GitVersion 
-      uses: gittools/actions/gitversion/setup@v0
-      with:
-          versionSpec: '6.x'
-          includePrerelease: true
+    # - name: Install and calculate the new version with GitVersion 
+    #   uses: gittools/actions/gitversion/setup@v0
+    #   with:
+    #       versionSpec: '6.x'
+    #       includePrerelease: true
 
 
-    - name: Determine Version
-      uses: gittools/actions/gitversion/execute@v0
-      with:
-          versionSpec: '6.x'
-          includePrerelease: true
-          useConfigFile: true
-      id: gitversion # step id used as reference for output values
+    # - name: Determine Version
+    #   uses: gittools/actions/gitversion/execute@v0
+    #   with:
+    #       useConfigFile: true
+    #   id: gitversion # step id used as reference for output values
 
 
     - name: Setup .NET Core
     - name: Setup .NET Core
       uses: actions/setup-dotnet@v3
       uses: actions/setup-dotnet@v3