소스 검색

gitversion diags

Tigger Kindel 1 년 전
부모
커밋
87ef542304
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 2
      .github/workflows/publish.yml
  2. 1 1
      GitVersion.yml

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

@@ -28,8 +28,7 @@ jobs:
       uses: gittools/actions/gitversion/execute@v0
       with:
         useConfigFile: true
-        additionalArguments: /nofetch /verbosity Diagnostic
-        
+        additionalArguments: /verbosity Diagnostic
       id: gitversion # step id used as reference for output values
 
     - name: Setup dotnet

+ 1 - 1
GitVersion.yml

@@ -6,7 +6,7 @@ branches:
   develop:
     mode: ContinuousDeployment
     tag: pre
-    regex: ^develop$
+    regex: ^develop?[/-]
   main:
     tag: rc
     increment: Patch