Browse Source

Merge branch 'develop' into v1_border-borderBrush-background-fix_2834

BDisp 1 year ago
parent
commit
ac3595add2
3 changed files with 2 additions and 18 deletions
  1. 0 15
      .github/workflows/dotnet-core.yml
  2. 1 1
      .github/workflows/publish.yml
  3. 1 2
      GitVersion.yml

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

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

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

@@ -28,7 +28,7 @@ jobs:
       uses: gittools/actions/gitversion/execute@v0
       uses: gittools/actions/gitversion/execute@v0
       with:
       with:
         useConfigFile: true
         useConfigFile: true
-        additionalArguments: /verbosity Diagnostic
+        #additionalArguments: /verbosity Diagnostic
       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

+ 1 - 2
GitVersion.yml

@@ -1,4 +1,3 @@
-#next-version: 1.14
 mode: ContinuousDeployment
 mode: ContinuousDeployment
 tag-prefix: '[vV]'
 tag-prefix: '[vV]'
 continuous-delivery-fallback-tag: 'pre'
 continuous-delivery-fallback-tag: 'pre'
@@ -6,7 +5,7 @@ branches:
   develop:
   develop:
     mode: ContinuousDeployment
     mode: ContinuousDeployment
     tag: pre
     tag: pre
-    regex: ^develop?[/-]
+    regex: ^develop
   main:
   main:
     tag: rc
     tag: rc
     increment: Patch
     increment: Patch