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 => {