File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 paths :
99 - src/**
1010 - tests/**
11- - .github/**
1211 pull_request :
1312 branches :
1413 - develop
1514 - main
1615 paths :
1716 - src/**
1817 - tests/**
19- - .github/**
2018
2119jobs :
2220 build :
Original file line number Diff line number Diff line change 88 - main
99 paths :
1010 - src/**
11- - .github/**
1211
1312jobs :
1413 build :
2524 with :
2625 dotnet-version : 3.1.301
2726 - name : Install GitVersion
28- uses : gittools/actions/gitversion/setup@v0.9.5
27+ uses : gittools/actions/gitversion/setup@v0.9.6
2928 with :
30- versionSpec : ' 5.3. x'
29+ versionSpec : ' 5.x'
3130 - name : Install dependencies
3231 run : dotnet restore ./src/AzureMapsControl.Components/AzureMapsControl.Components.csproj
3332 - name : Build
3635 run : dotnet test ./tests/AzureMapsControl.Components.Tests/AzureMapsControl.Components.Tests.csproj
3736 - name : Use GitVersion
3837 id : gitversion # step id used as reference for output values
39- uses : gittools/actions/gitversion/execute@v0.9.5
38+ uses : gittools/actions/gitversion/execute@v0.9.6
4039 - run : |
4140 echo "Major: ${{ steps.gitversion.outputs.major }}"
4241 echo "Minor: ${{ steps.gitversion.outputs.minor }}"
You can’t perform that action at this time.
0 commit comments