From 24ec6565a5f39e0e5e6adb61ef6e69c08309a9a8 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 1 Aug 2024 11:59:53 +0700 Subject: [PATCH] Hopeful revert of GHA (split to another PR) --- .github/workflows/build.yml | 34 ------------------- .../ExtractCopyright.Tests.csproj | 2 +- .../SIL.Archiving.Tests.csproj | 2 +- SIL.Archiving/SIL.Archiving.csproj | 2 -- .../SIL.Core.Desktop.Tests.csproj | 2 +- SIL.Core.Tests/SIL.Core.Tests.csproj | 2 +- .../SIL.DblBundle.Tests.csproj | 2 +- .../SIL.DictionaryServices.Tests.csproj | 2 +- SIL.Lexicon.Tests/SIL.Lexicon.Tests.csproj | 2 +- SIL.Lift.Tests/SIL.Lift.Tests.csproj | 2 +- .../SIL.Linux.Logging.Tests.csproj | 2 +- SIL.Media.Tests/SIL.Media.Tests.csproj | 2 +- SIL.Media/SIL.Media.csproj | 2 -- .../SIL.Scripture.Tests.csproj | 2 +- .../SIL.TestUtilities.Tests.csproj | 2 +- ...SIL.Windows.Forms.Keyboarding.Tests.csproj | 2 +- .../SIL.Windows.Forms.Scripture.Tests.csproj | 2 +- .../SIL.Windows.Forms.Tests.csproj | 2 +- ....Windows.Forms.WritingSystems.Tests.csproj | 2 +- SIL.Windows.Forms/SIL.Windows.Forms.csproj | 1 - .../SIL.WritingSystems.Tests.csproj | 2 +- SIL.WritingSystems/SIL.WritingSystems.csproj | 2 -- 22 files changed, 17 insertions(+), 58 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 9af10ce03..000000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: build-test - -on: - push: - branches: - - master - pull_request: - workflow_dispatch: - -jobs: - build: - timeout-minutes: 30 - runs-on: windows-latest - - steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - fetch-depth: '0' - - - name: Build project - run: dotnet build --configuration Release - - - name: Test project - continue-on-error: true - run: dotnet test --filter "TestCategory != SkipOnTeamCity" --logger:"trx;LogFilePrefix=results" --results-directory ./test-results - - - name: Publish test results - uses: EnricoMi/publish-unit-test-result-action/windows@v2 - with: - check_name: LibPalaso Tests - files: ./test-results/**/*.trx - action_fail: true - action_fail_on_inconclusive: true \ No newline at end of file diff --git a/ExtractCopyright.Tests/ExtractCopyright.Tests.csproj b/ExtractCopyright.Tests/ExtractCopyright.Tests.csproj index 3acf03217..0c632460d 100644 --- a/ExtractCopyright.Tests/ExtractCopyright.Tests.csproj +++ b/ExtractCopyright.Tests/ExtractCopyright.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/SIL.Archiving.Tests/SIL.Archiving.Tests.csproj b/SIL.Archiving.Tests/SIL.Archiving.Tests.csproj index 6a4af6349..ba6b35bde 100644 --- a/SIL.Archiving.Tests/SIL.Archiving.Tests.csproj +++ b/SIL.Archiving.Tests/SIL.Archiving.Tests.csproj @@ -14,7 +14,7 @@ - + diff --git a/SIL.Archiving/SIL.Archiving.csproj b/SIL.Archiving/SIL.Archiving.csproj index 8f89ba13c..1e913a81c 100644 --- a/SIL.Archiving/SIL.Archiving.csproj +++ b/SIL.Archiving/SIL.Archiving.csproj @@ -16,8 +16,6 @@ - - diff --git a/SIL.Core.Desktop.Tests/SIL.Core.Desktop.Tests.csproj b/SIL.Core.Desktop.Tests/SIL.Core.Desktop.Tests.csproj index f29c5cfb6..e6c611a6d 100644 --- a/SIL.Core.Desktop.Tests/SIL.Core.Desktop.Tests.csproj +++ b/SIL.Core.Desktop.Tests/SIL.Core.Desktop.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/SIL.Core.Tests/SIL.Core.Tests.csproj b/SIL.Core.Tests/SIL.Core.Tests.csproj index 04becc466..7308c75d2 100644 --- a/SIL.Core.Tests/SIL.Core.Tests.csproj +++ b/SIL.Core.Tests/SIL.Core.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/SIL.DblBundle.Tests/SIL.DblBundle.Tests.csproj b/SIL.DblBundle.Tests/SIL.DblBundle.Tests.csproj index be14c797f..21b726eb3 100644 --- a/SIL.DblBundle.Tests/SIL.DblBundle.Tests.csproj +++ b/SIL.DblBundle.Tests/SIL.DblBundle.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/SIL.DictionaryServices.Tests/SIL.DictionaryServices.Tests.csproj b/SIL.DictionaryServices.Tests/SIL.DictionaryServices.Tests.csproj index 11967c049..fdcfdccf9 100644 --- a/SIL.DictionaryServices.Tests/SIL.DictionaryServices.Tests.csproj +++ b/SIL.DictionaryServices.Tests/SIL.DictionaryServices.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/SIL.Lexicon.Tests/SIL.Lexicon.Tests.csproj b/SIL.Lexicon.Tests/SIL.Lexicon.Tests.csproj index 1a8105b1d..2f7bcb5e4 100644 --- a/SIL.Lexicon.Tests/SIL.Lexicon.Tests.csproj +++ b/SIL.Lexicon.Tests/SIL.Lexicon.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/SIL.Lift.Tests/SIL.Lift.Tests.csproj b/SIL.Lift.Tests/SIL.Lift.Tests.csproj index 23d1db719..7e1115f38 100644 --- a/SIL.Lift.Tests/SIL.Lift.Tests.csproj +++ b/SIL.Lift.Tests/SIL.Lift.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/SIL.Linux.Logging.Tests/SIL.Linux.Logging.Tests.csproj b/SIL.Linux.Logging.Tests/SIL.Linux.Logging.Tests.csproj index 5cda4581c..ba13f8e6b 100644 --- a/SIL.Linux.Logging.Tests/SIL.Linux.Logging.Tests.csproj +++ b/SIL.Linux.Logging.Tests/SIL.Linux.Logging.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/SIL.Media.Tests/SIL.Media.Tests.csproj b/SIL.Media.Tests/SIL.Media.Tests.csproj index 4d405e5b8..518748b5f 100644 --- a/SIL.Media.Tests/SIL.Media.Tests.csproj +++ b/SIL.Media.Tests/SIL.Media.Tests.csproj @@ -18,7 +18,7 @@ - + diff --git a/SIL.Media/SIL.Media.csproj b/SIL.Media/SIL.Media.csproj index 7e3df89cb..1f7874bc8 100644 --- a/SIL.Media/SIL.Media.csproj +++ b/SIL.Media/SIL.Media.csproj @@ -21,8 +21,6 @@ - - diff --git a/SIL.Scripture.Tests/SIL.Scripture.Tests.csproj b/SIL.Scripture.Tests/SIL.Scripture.Tests.csproj index bb22ebcb0..ec2e2e025 100644 --- a/SIL.Scripture.Tests/SIL.Scripture.Tests.csproj +++ b/SIL.Scripture.Tests/SIL.Scripture.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/SIL.TestUtilities.Tests/SIL.TestUtilities.Tests.csproj b/SIL.TestUtilities.Tests/SIL.TestUtilities.Tests.csproj index 92016a952..51ba14823 100644 --- a/SIL.TestUtilities.Tests/SIL.TestUtilities.Tests.csproj +++ b/SIL.TestUtilities.Tests/SIL.TestUtilities.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/SIL.Windows.Forms.Keyboarding.Tests/SIL.Windows.Forms.Keyboarding.Tests.csproj b/SIL.Windows.Forms.Keyboarding.Tests/SIL.Windows.Forms.Keyboarding.Tests.csproj index a4fa46ae3..4f6f3ead6 100644 --- a/SIL.Windows.Forms.Keyboarding.Tests/SIL.Windows.Forms.Keyboarding.Tests.csproj +++ b/SIL.Windows.Forms.Keyboarding.Tests/SIL.Windows.Forms.Keyboarding.Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/SIL.Windows.Forms.Scripture.Tests/SIL.Windows.Forms.Scripture.Tests.csproj b/SIL.Windows.Forms.Scripture.Tests/SIL.Windows.Forms.Scripture.Tests.csproj index 51ba88ea6..9c7c58802 100644 --- a/SIL.Windows.Forms.Scripture.Tests/SIL.Windows.Forms.Scripture.Tests.csproj +++ b/SIL.Windows.Forms.Scripture.Tests/SIL.Windows.Forms.Scripture.Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/SIL.Windows.Forms.Tests/SIL.Windows.Forms.Tests.csproj b/SIL.Windows.Forms.Tests/SIL.Windows.Forms.Tests.csproj index 7d3c9e493..86952b2d8 100644 --- a/SIL.Windows.Forms.Tests/SIL.Windows.Forms.Tests.csproj +++ b/SIL.Windows.Forms.Tests/SIL.Windows.Forms.Tests.csproj @@ -27,7 +27,7 @@ - + diff --git a/SIL.Windows.Forms.WritingSystems.Tests/SIL.Windows.Forms.WritingSystems.Tests.csproj b/SIL.Windows.Forms.WritingSystems.Tests/SIL.Windows.Forms.WritingSystems.Tests.csproj index b40da9856..1a43b5f77 100644 --- a/SIL.Windows.Forms.WritingSystems.Tests/SIL.Windows.Forms.WritingSystems.Tests.csproj +++ b/SIL.Windows.Forms.WritingSystems.Tests/SIL.Windows.Forms.WritingSystems.Tests.csproj @@ -16,7 +16,7 @@ - + diff --git a/SIL.Windows.Forms/SIL.Windows.Forms.csproj b/SIL.Windows.Forms/SIL.Windows.Forms.csproj index 2c80d61dc..cb3249148 100644 --- a/SIL.Windows.Forms/SIL.Windows.Forms.csproj +++ b/SIL.Windows.Forms/SIL.Windows.Forms.csproj @@ -22,7 +22,6 @@ - diff --git a/SIL.WritingSystems.Tests/SIL.WritingSystems.Tests.csproj b/SIL.WritingSystems.Tests/SIL.WritingSystems.Tests.csproj index aacbeb73d..9e6e60768 100644 --- a/SIL.WritingSystems.Tests/SIL.WritingSystems.Tests.csproj +++ b/SIL.WritingSystems.Tests/SIL.WritingSystems.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/SIL.WritingSystems/SIL.WritingSystems.csproj b/SIL.WritingSystems/SIL.WritingSystems.csproj index ca4f1b81b..a8e7bd61c 100644 --- a/SIL.WritingSystems/SIL.WritingSystems.csproj +++ b/SIL.WritingSystems/SIL.WritingSystems.csproj @@ -15,8 +15,6 @@ - -