From 782d6c7a8a9b4be78a2c5f52eeae51790f66d645 Mon Sep 17 00:00:00 2001 From: Michael Mell Date: Fri, 9 Aug 2024 14:16:27 +0200 Subject: [PATCH] Use build script for build --- .github/workflows/release-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 05a7b34..d0e6179 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -43,5 +43,6 @@ jobs: run: nuget restore AutoTx.sln - name: Build solution - run: msbuild AutoTx.sln -t:rebuild -property:Configuration=Release + run: .\Scripts\msbuild\build\release.cmd + # run: msbuild AutoTx.sln -t:rebuild -property:Configuration=Release # msbuild AutoTx.sln /t:Build /p:Configuration=Release <- from the \ No newline at end of file