From 9e126e3dbf8c807cca183bb3259a1b90e6d52a79 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Tue, 5 Nov 2024 11:10:06 +0000 Subject: [PATCH] run gitversion as separate ci step --- .github/workflows/build.yml | 3 +++ ci-build/Program.cs | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 229fbf5..7a15d51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,6 +44,9 @@ jobs: - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v2 + - name: ⚒️ Run GitVersion + run: ./build.ps1 build-server-version + - name: Build working-directory: speckle-cpp-connectors run: ./build.ps1 diff --git a/ci-build/Program.cs b/ci-build/Program.cs index 2e1f1ae..5b27146 100644 --- a/ci-build/Program.cs +++ b/ci-build/Program.cs @@ -64,7 +64,6 @@ Target( Target( BUILD, - DependsOn(BUILD_SERVER_VERSION), Consts.Solutions, s => {