From 18ca60af410a29a562fa8219d8764b68986bf897 Mon Sep 17 00:00:00 2001 From: Pavle Ciric Date: Fri, 4 Oct 2024 09:59:03 +0200 Subject: [PATCH] Moving to dotnet build instead of build.ps1 --- .github/workflows/build.yml | 2 +- buildAll.proj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6de089c..57c3ec2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: dotnet-version: '9.0.x' - name: Build Everything shell: powershell - run: ./build.ps1 + run: dotnet build code.sln - name: Run Tests run: dotnet test code.sln --configuration release --nologo --settings test\unittests\default.runsettings --results-directory ${{ env.TEST_RESULT_DIR }} --logger trx - name: upload artifacts diff --git a/buildAll.proj b/buildAll.proj index 304a8723..e5248d18 100644 --- a/buildAll.proj +++ b/buildAll.proj @@ -14,12 +14,12 @@ - + - + @@ -77,7 +77,7 @@ - +