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