diff --git a/.github/workflows/azure-static-web-apps-delightful-rock-04d533b03.yml b/.github/workflows/azure-static-web-apps-delightful-rock-04d533b03.yml index 2d0d295..c43e3a8 100644 --- a/.github/workflows/azure-static-web-apps-delightful-rock-04d533b03.yml +++ b/.github/workflows/azure-static-web-apps-delightful-rock-04d533b03.yml @@ -15,9 +15,12 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v3 + - name: Config + run: git config --global --add safe.directory /github/workspace + - uses: actions/checkout@v4 with: - submodules: true + fetch-depth: 0 + filter: tree:0 - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4309be3..ee5929f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,13 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: + - name: Config + run: git config --global --add safe.directory /github/workspace - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 + with: + fetch-depth: 0 + filter: tree:0 - name: Setup .NET SDK uses: actions/setup-dotnet@v1 - name: Build diff --git a/src/OpenLayers.Blazor/OpenLayers.Blazor.csproj b/src/OpenLayers.Blazor/OpenLayers.Blazor.csproj index 66d98b6..c0d1b76 100644 --- a/src/OpenLayers.Blazor/OpenLayers.Blazor.csproj +++ b/src/OpenLayers.Blazor/OpenLayers.Blazor.csproj @@ -81,4 +81,8 @@ + + diagnostic + + \ No newline at end of file diff --git a/test/OpenLayers.Blazor.Tests/OpenLayers.Blazor.Tests.csproj b/test/OpenLayers.Blazor.Tests/OpenLayers.Blazor.Tests.csproj index a630a5b..8e624ba 100644 --- a/test/OpenLayers.Blazor.Tests/OpenLayers.Blazor.Tests.csproj +++ b/test/OpenLayers.Blazor.Tests/OpenLayers.Blazor.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable