diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index d6fd5ad40..490d5a022 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -9,11 +9,15 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
+ name: Build (${{ matrix.name }})
strategy:
fail-fast: false
matrix:
include:
- - os: macos-latest
+ - os: macos-10.15
+ name: MacOS 10.15
+ - os: macos-11.0
+ name: MacOS 11.0
steps:
- uses: actions/checkout@v2
diff --git a/Directory.Build.props b/Directory.Build.props
index 2dcb0a281..69268aa70 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -9,14 +9,12 @@
x64
9
true
-
NU1603
win-x64;debian.10-x64;debian.9-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;centos.7-x64;centos.8-x64;osx-x64
Debug;Release;Analyze
false
-
true
-
+
true
true
true
@@ -50,14 +48,18 @@
..\..\Rules.ruleset
latest
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
-
3.3.1
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj
index 32edb0dd1..2943bbad3 100644
--- a/Projects/Server/Server.csproj
+++ b/Projects/Server/Server.csproj
@@ -26,14 +26,6 @@
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj
index 34abf1813..149003883 100644
--- a/Projects/UOContent/UOContent.csproj
+++ b/Projects/UOContent/UOContent.csproj
@@ -29,15 +29,7 @@
false
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
diff --git a/version.json b/version.json
index 2efc4f425..403de5449 100644
--- a/version.json
+++ b/version.json
@@ -1,8 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
- "version": "0.8.1",
- "cloudBuild": {
- "setVersionVariables": false,
- "setAllVariables": false
- }
+ "version": "0.8.1"
}