Selaa lähdekoodia

incrementing 2

Tigger Kindel 2 vuotta sitten
vanhempi
commit
7dc0442d7a
1 muutettua tiedostoa jossa 0 lisäystä ja 15 poistoa
  1. 0 15
      .github/workflows/dotnet-core.yml

+ 0 - 15
.github/workflows/dotnet-core.yml

@@ -16,20 +16,6 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
-      with:
-        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: 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
       uses: actions/setup-dotnet@v3
@@ -43,7 +29,6 @@ jobs:
 
     - name: Build Debug
       run: |
-        #dotnet-gitversion /updateprojectfiles
         dotnet build --configuration Debug --no-restore
         
     - name: Test