File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 - name : Restore dotnet tools
2121 run : dotnet tool restore
2222 - name : Fetch complete repository including tags
23- run : git fetch --tags && git describe
23+ run : git fetch --tags --force --prune && git describe
2424 - name : Generate version info from git history
2525 run : dotnet gitversion /output json > gitversion.json
2626 - name : Upload version info file
Original file line number Diff line number Diff line change 2424 - name : Restore dotnet tools
2525 run : dotnet tool restore
2626 - name : Fetch complete repository including tags
27- run : git fetch --tags && git describe
27+ run : git fetch --tags --force --prune && git describe
2828 - name : Generate version info from git history
2929 run : dotnet gitversion /output json > gitversion.json
3030 - name : Upload version info file
You can’t perform that action at this time.
0 commit comments