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