From 00beaf8e6e3fe8ac4af72d6359a5ee3109eff9ae Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Tue, 17 Nov 2020 13:02:51 -0800 Subject: [PATCH] Fixes NBGV & Adds Big Sur to CI/CD (#317) --- .github/workflows/build-test.yml | 6 +++++- Directory.Build.props | 12 +++++++----- Projects/Server/Server.csproj | 8 -------- Projects/UOContent/UOContent.csproj | 8 -------- version.json | 6 +----- 5 files changed, 13 insertions(+), 27 deletions(-) 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" }