From 8e339031e8f7b9ddef0e5c41b2a5adc416298842 Mon Sep 17 00:00:00 2001 From: Rannes Date: Tue, 22 Oct 2024 16:41:35 +0700 Subject: [PATCH 1/5] deps: upgrade library --- Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj b/Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj index 918af0c..cf85284 100644 --- a/Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj +++ b/Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj @@ -18,7 +18,7 @@ - + From baca9534a516c9158af5ea8e9cbf983f4c8814fc Mon Sep 17 00:00:00 2001 From: Rannes Date: Sun, 12 Jan 2025 10:18:59 +0700 Subject: [PATCH 2/5] debug: workflow runner --- Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj b/Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj index cf85284..ddc9cc6 100644 --- a/Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj +++ b/Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj @@ -18,7 +18,7 @@ - + From 3f114fe36a09f7a638e8b88a949795b631cd85f5 Mon Sep 17 00:00:00 2001 From: Rannes Date: Sun, 12 Jan 2025 10:19:26 +0700 Subject: [PATCH 3/5] debug: upgrade back to latest 3.X version --- Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj b/Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj index ddc9cc6..cf85284 100644 --- a/Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj +++ b/Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj @@ -18,7 +18,7 @@ - + From e9141ea52272dbcc39912b9daf9a664cde1ce38d Mon Sep 17 00:00:00 2001 From: Rannes Date: Sun, 12 Jan 2025 10:26:25 +0700 Subject: [PATCH 4/5] debug: test setup-nuget@v2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d400e0..98efa7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: path: ./nupkg - name: Setup NuGet - uses: NuGet/setup-nuget@v1 + uses: NuGet/setup-nuget@v2 with: nuget-api-key: ${{ secrets.NUGET_API_KEY }} nuget-version: latest From a41c52c075a1283bc9c4b4306d9760d10caf7928 Mon Sep 17 00:00:00 2001 From: Rannes Date: Sun, 12 Jan 2025 10:37:57 +0700 Subject: [PATCH 5/5] debug: remove the nuget step as it's not needed --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98efa7d..c234287 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,12 +67,6 @@ jobs: name: nupkg path: ./nupkg - - name: Setup NuGet - uses: NuGet/setup-nuget@v2 - with: - nuget-api-key: ${{ secrets.NUGET_API_KEY }} - nuget-version: latest - - name: Setup .NET Core SDK uses: actions/setup-dotnet@v2 with: