Upgrade to NUKE 6.3.0 (#235)

This commit is contained in:
Marko Lahma
2022-12-22 21:58:36 +02:00
committed by GitHub
parent f30174605f
commit 2d5c33acee
3 changed files with 4 additions and 3 deletions

View File

@@ -19,14 +19,14 @@ jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run './build.cmd ci'
run: ./build.cmd ci
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run './build.cmd ci'
run: ./build.sh ci

1
.gitignore vendored
View File

@@ -89,3 +89,4 @@ project.lock.json
BenchmarkDotNet.Artifacts*
/artifacts
/.nuke/temp
node_modules

View File

@@ -11,7 +11,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nuke.Common" Version="6.2.1" />
<PackageReference Include="Nuke.Common" Version="6.3.0" />
</ItemGroup>
</Project>