From be1034bf0f37110d0a98e05cfebaac9ec347412f Mon Sep 17 00:00:00 2001 From: Aaron Cooper Date: Mon, 29 Jan 2024 12:36:23 +0000 Subject: [PATCH] . --- .github/workflows/docker-publish.yml | 14 +++++------ .../Topica.Server/Topica.Server.sln | 25 +++++++++++++++++++ 2 files changed, 31 insertions(+), 8 deletions(-) create mode 100644 Source/Topica.Server/Topica.Server/Topica.Server.sln diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 4802a1e..7f415e8 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -7,13 +7,13 @@ name: Docker on: schedule: - - cron: '16 21 * * *' + - cron: "16 21 * * *" push: - branches: [ "master" ] + branches: ["master"] # Publish semver tags as releases. - tags: [ '*.*.*' ] + tags: ["*.*.*"] pull_request: - branches: [ "master" ] + branches: ["master"] env: # Use docker.io for Docker Hub if empty @@ -21,10 +21,8 @@ env: # github.repository as / IMAGE_NAME: ${{ github.repository }} - jobs: build: - runs-on: ubuntu-latest permissions: contents: read @@ -43,7 +41,7 @@ jobs: if: github.event_name != 'pull_request' uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1 with: - cosign-release: 'v2.1.1' + cosign-release: "v2.1.1" # Set up BuildKit Docker container builder to be able to build # multi-platform images and export cache @@ -75,7 +73,7 @@ jobs: id: build-and-push uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: - context: ./Source/Topica.Server/Topica.Server + context: Source/Topica.Server/Topica.Server push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/Source/Topica.Server/Topica.Server/Topica.Server.sln b/Source/Topica.Server/Topica.Server/Topica.Server.sln new file mode 100644 index 0000000..81f9c6c --- /dev/null +++ b/Source/Topica.Server/Topica.Server/Topica.Server.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.002.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Topica.Server", "Topica.Server.csproj", "{E25A1BAA-7F49-402E-B0B5-926BC9F8174D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E25A1BAA-7F49-402E-B0B5-926BC9F8174D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E25A1BAA-7F49-402E-B0B5-926BC9F8174D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E25A1BAA-7F49-402E-B0B5-926BC9F8174D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E25A1BAA-7F49-402E-B0B5-926BC9F8174D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {726FD4ED-1C6C-4E8B-966E-3F21C7E2BAD1} + EndGlobalSection +EndGlobal