From f4b35b04d146b8789fca6ce974a244cf904864a4 Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Sun, 20 Oct 2024 20:56:34 +0100 Subject: [PATCH] Update Build --- .github/renovate.json | 6 ++++++ .github/workflows/BuildOnly.yml | 9 ++------- src/CrissCross.sln | 1 - 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..ba69a1e --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>reactivemarbles/.github:renovate" + ] +} diff --git a/.github/workflows/BuildOnly.yml b/.github/workflows/BuildOnly.yml index 4ff632d..1642845 100644 --- a/.github/workflows/BuildOnly.yml +++ b/.github/workflows/BuildOnly.yml @@ -56,11 +56,6 @@ jobs: .nuke/temp ~/.nuget/packages key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }} - - name: 'Run: Compile' - run: ./build.cmd Compile - - name: Create NuGet Artifacts - uses: actions/upload-artifact@master - with: - name: nuget - path: '**/*.nupkg' + - name: 'Run: Compile and Pack' + run: ./build.cmd Pack diff --git a/src/CrissCross.sln b/src/CrissCross.sln index 336123f..33b6766 100644 --- a/src/CrissCross.sln +++ b/src/CrissCross.sln @@ -16,7 +16,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionSettings", "Solutio ProjectSection(SolutionItems) = preProject ..\.editorconfig = ..\.editorconfig ..\Directory.Build.props = ..\Directory.Build.props - ..\global.json = ..\global.json ..\LICENSE = ..\LICENSE ..\README.md = ..\README.md ..\stylecop.json = ..\stylecop.json