File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - features/**
7- - releases/**
87 - hotfix/**
98 paths :
109 src/**
Original file line number Diff line number Diff line change 66 - releases/**
77 - develop
88 - master
9+ paths :
10+ src/**
911
1012jobs :
1113 build :
6567 echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.commitsSinceVersionSource }}"
6668 echo "CommitsSinceVersionSourcePadded: ${{ steps.gitversion.outputs.commitsSinceVersionSourcePadded }}"
6769 echo "CommitDate: ${{ steps.gitversion.outputs.commitDate }}"
68- # - name: Pack
69- # run: dotnet pack ./src/AzureMapsControl.Components/AzureMapsControl.Components.csproj -p:Version='${{ steps.gitversion.outputs.nuGetVersionV2 }}"' -c Release --no-build
70- # - name: Publish
71- # env :
72- # NUGETAPIKEY: ${{secrets.NUGETAPIKEY}}
73- # run: dotnet nuget push "**/AzureMapsControl.Components*.nupkg" -s https://api.nuget.org/v3/index.json -k $NUGETAPIKEY
70+ - name : Tag Repo
71+ uses : richardsimko/update-tag@v1
72+ with :
73+ tag_name : ${{ steps.gitversion.outputs.nuGetVersionV2 }}
74+ env :
75+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
76+ - name : Pack
77+ run : dotnet pack ./src/AzureMapsControl.Components/AzureMapsControl.Components.csproj -p:Version='${{ steps.gitversion.outputs.nuGetVersionV2 }}"' -c Release --no-build
78+ - name : Publish
79+ env :
80+ NUGETAPIKEY : ${{secrets.NUGETAPIKEY}}
81+ run : dotnet nuget push "**/AzureMapsControl.Components*.nupkg" -s https://api.nuget.org/v3/index.json -k $NUGETAPIKEY
You can’t perform that action at this time.
0 commit comments