From f88c0ecd875e0ed9333ebf831e13b7d545ffc77b Mon Sep 17 00:00:00 2001 From: ngfrolov Date: Wed, 28 Feb 2024 09:27:51 +0500 Subject: [PATCH] fix pipelines and publish profile --- .gitea/workflows/deploy-dev.yaml | 2 +- .gitea/workflows/deploy-prod.yaml | 2 +- .gitea/workflows/deploy.yaml | 2 +- .gitea/workflows/unit-tests.yaml | 2 +- AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy-dev.yaml b/.gitea/workflows/deploy-dev.yaml index aab333d7..d263b21a 100644 --- a/.gitea/workflows/deploy-dev.yaml +++ b/.gitea/workflows/deploy-dev.yaml @@ -14,7 +14,7 @@ jobs: if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Check out repository code uses: actions/checkout@v4 - name: Add gitea as nuget source diff --git a/.gitea/workflows/deploy-prod.yaml b/.gitea/workflows/deploy-prod.yaml index a72f27b1..fc6cd3f6 100644 --- a/.gitea/workflows/deploy-prod.yaml +++ b/.gitea/workflows/deploy-prod.yaml @@ -14,7 +14,7 @@ jobs: if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Check out repository code uses: actions/checkout@v4 - name: Add gitea as nuget source diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 1879c4de..105d57c4 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,7 +14,7 @@ jobs: if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Check out repository code uses: actions/checkout@v4 - name: Add gitea as nuget source diff --git a/.gitea/workflows/unit-tests.yaml b/.gitea/workflows/unit-tests.yaml index 09711bfa..cd318b27 100644 --- a/.gitea/workflows/unit-tests.yaml +++ b/.gitea/workflows/unit-tests.yaml @@ -13,7 +13,7 @@ jobs: if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Check out repository code uses: actions/checkout@v4 - name: Add gitea as nuget source diff --git a/AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml b/AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml index 9ca6d0f0..c0b08b03 100644 --- a/AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml +++ b/AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml @@ -13,7 +13,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. bin\publishLinux\ FileSystem - net6.0 + net8.0 a2768702-47cb-4127-941c-e339d5efcffe true linux-x64