File tree Expand file tree Collapse file tree 5 files changed +8
-183
lines changed Expand file tree Collapse file tree 5 files changed +8
-183
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : Branch workflow (Ubuntu)
1+ name : Branch workflow
22on :
33 push :
44 branches-ignore :
5- - develop
5+ - master
66 - ' release/**'
77 - ' releases/**'
8+ pull_request :
89env :
910 DOTNET_CLI_TELEMETRY_OPTOUT : true
1011 MSBUILDSINGLELOADCONTEXT : 1
2223 - name : Fetch complete repository including tags
2324 run : git fetch --tags --force --prune && git describe
2425 - name : Generate version info from git history
25- run : dotnet gitversion /output json > gitversion.json
26+ run : dotnet gitversion /output json > gitversion.json && cat gitversion.json
2627 - name : Upload version info file
2728 uses : actions/upload-artifact@v1
2829 with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : Main workflow (Ubuntu)
1+ name : Master workflow
22on :
33 push :
44 branches :
5- - develop
5+ - master
66 - ' release/**'
77 - ' releases/**'
88 tags :
2626 - name : Fetch complete repository including tags
2727 run : git fetch --tags --force --prune && git describe
2828 - name : Generate version info from git history
29- run : dotnet gitversion /output json > gitversion.json
29+ run : dotnet gitversion /output json > gitversion.json && cat gitversion.json
3030 - name : Upload version info file
3131 uses : actions/upload-artifact@v1
3232 with :
Original file line number Diff line number Diff line change 1- mode : ContinuousDeployment
1+ mode : Mainline
You can’t perform that action at this time.
0 commit comments