Skip to content

Commit 6eeb322

Browse files
committed
refactor: move to 3.1.5
1 parent 4a6dbce commit 6eeb322

18 files changed

Lines changed: 212 additions & 467 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66

77
jobs:
88
build:
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v2.1.0
1616

1717
- name: Cache NPM
18-
uses: actions/cache@v1.1.2
18+
uses: actions/cache@v2
1919
env:
2020
cache-name: cache-npm
2121
with:
@@ -25,7 +25,7 @@ jobs:
2525
${{ runner.os }}-build-${{ env.cache-name }}-
2626
2727
- name: Cache Paket
28-
uses: actions/cache@v1.1.2
28+
uses: actions/cache@v2
2929
env:
3030
cache-name: cache-paket
3131
with:
@@ -35,7 +35,7 @@ jobs:
3535
${{ runner.os }}-build-${{ env.cache-name }}-
3636
3737
- name: Cache Python
38-
uses: actions/cache@v1.1.2
38+
uses: actions/cache@v2
3939
env:
4040
cache-name: cache-pip
4141
with:
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup .NET Core
5353
uses: actions/setup-dotnet@v1
5454
with:
55-
dotnet-version: 3.1.202
55+
dotnet-version: 3.1.301
5656

5757
- name: Set up Python
5858
uses: actions/setup-python@v1.2.0

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version 5.247.2
33
framework: netstandard20
44
source https://api.nuget.org/v3/index.json
5-
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 4.2.0 //"
5+
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 4.2.1 //"
66

77
#load "packages/Be.Vlaanderen.Basisregisters.Build.Pipeline/Content/build-generic.fsx"
88

0 commit comments

Comments
 (0)