Skip to content

Commit

Permalink
fix: move to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Jun 18, 2020
1 parent c6d24d2 commit dbe94cb
Show file tree
Hide file tree
Showing 8 changed files with 310 additions and 731 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: CI

on:
push:
branches: [ master ]
branches: [ main ]

jobs:
build:
if: github.repository == 'Informatievlaanderen/remote-ipaddress-middleware'
if: github.repository_owner == 'Informatievlaanderen'
name: Build
runs-on: ubuntu-latest

Expand All @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2.1.0

- name: Cache NPM
uses: actions/cache@v1.1.2
uses: actions/cache@v2
env:
cache-name: cache-npm
with:
Expand All @@ -25,7 +25,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Cache Paket
uses: actions/cache@v1.1.2
uses: actions/cache@v2
env:
cache-name: cache-paket
with:
Expand All @@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Cache Python
uses: actions/cache@v1.1.2
uses: actions/cache@v2
env:
cache-name: cache-pip
with:
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version 5.241.6
framework: netstandard20
source https://api.nuget.org/v3/index.json
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 4.1.0 //"
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 4.2.1 //"

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

Expand Down
Loading

0 comments on commit dbe94cb

Please sign in to comment.