From c565b7397028b6970ecc46e09130879f4191dafd Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 11 Oct 2024 06:43:45 +0200 Subject: [PATCH] Update build_publish.yml Test to identify issue --- .github/workflows/build_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index bf915ac..c48f39e 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -34,7 +34,7 @@ jobs: echo "PACKAGE VERSION: $VERSION" New-Item -ItemType Directory -Force -Path .\artifacts - dotnet pack --output ./artifacts --configuration Release -p:PackageVersion=$VERSION ./src/MauiSettings/MauiSettings.csproj +# dotnet pack --output ./artifacts --configuration Release -p:PackageVersion=$VERSION ./src/MauiSettings/MauiSettings.csproj - name: Artifacts uses: actions/upload-artifact@v4