From 2f534e3fd00908183fe1a7d9802702342d218ccf Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Tue, 29 Oct 2024 15:49:00 +0100 Subject: [PATCH] build only connector --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0bdd598..08563f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,10 +26,10 @@ jobs: path: ActiveLib - name: Add MSBuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild - - name: Build - run: msbuild /m /p:Configuration=ReleaseAC27 SpeckleLib/SpeckleLib17.sln + # - name: Build + # run: msbuild /m /p:Configuration=ReleaseAC27 SpeckleLib/SpeckleLib17.sln - name: Build run: msbuild /m /p:Configuration=ReleaseAC27 SpeckleConnector/Connector.sln