Upgrade to NUKE 6.3.0 (#235)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
1
.gitignore
vendored
@@ -89,3 +89,4 @@ project.lock.json
|
||||
BenchmarkDotNet.Artifacts*
|
||||
/artifacts
|
||||
/.nuke/temp
|
||||
node_modules
|
||||
@@ -11,7 +11,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Nuke.Common" Version="6.2.1" />
|
||||
<PackageReference Include="Nuke.Common" Version="6.3.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user