diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9c7c592..4729864 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,6 +27,6 @@ jobs:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
- name: Run './build.cmd Ci'
run: ./build.cmd Ci
diff --git a/.github/workflows/ci_publish.yml b/.github/workflows/ci_publish.yml
index 1ff5730..b2fa7a1 100644
--- a/.github/workflows/ci_publish.yml
+++ b/.github/workflows/ci_publish.yml
@@ -28,7 +28,7 @@ jobs:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
- name: Run './build.cmd CiPublish'
run: ./build.cmd CiPublish
env:
diff --git a/.nuke/build.schema.json b/.nuke/build.schema.json
index 6c8135f..8e950d4 100644
--- a/.nuke/build.schema.json
+++ b/.nuke/build.schema.json
@@ -29,14 +29,18 @@
"AppVeyor",
"AzurePipelines",
"Bamboo",
+ "Bitbucket",
"Bitrise",
"GitHubActions",
"GitLab",
"Jenkins",
+ "Rider",
"SpaceAutomation",
"TeamCity",
"Terminal",
- "TravisCI"
+ "TravisCI",
+ "VisualStudio",
+ "VSCode"
]
},
"NoLogo": {
@@ -46,6 +50,10 @@
"NUGET_API_KEY": {
"type": "string"
},
+ "Partition": {
+ "type": "string",
+ "description": "Partition to use on CI"
+ },
"Plan": {
"type": "boolean",
"description": "Shows the execution plan (HTML)"
diff --git a/build/_build.csproj b/build/_build.csproj
index c432dd2..eaabf3a 100644
--- a/build/_build.csproj
+++ b/build/_build.csproj
@@ -2,7 +2,7 @@
Exe
- net5.0
+ net6.0
CS0649;CS0169
..
@@ -10,8 +10,7 @@
-
-
+