Skip to content

Commit d46cf9e

Browse files
Merge pull request #9 from arnaudleclerc/develop
Updating pipelines
2 parents 2c3e972 + 498e229 commit d46cf9e

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ on:
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

2119
jobs:
2220
build:

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- main
99
paths:
1010
- src/**
11-
- .github/**
1211

1312
jobs:
1413
build:
@@ -25,9 +24,9 @@ jobs:
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
@@ -36,7 +35,7 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)