Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seedysoft committed Apr 30, 2024
1 parent 711807c commit 3077416
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
run: |
echo "Running ${{ github.job }}"
release_name=$(printf '%(%Y.%m.%d)T\n' -1)
echo "release_name contains: ${{ release_name }}"
# Publish everything
dotnet publish Seedysoft.sln -c Release -r linux-arm64 -p:BlazorCacheBootResources=false -p:PublishTrimmed=false --sc --verbosity normal
# Pack files
Expand All @@ -76,7 +75,6 @@ jobs:
run: |
echo "Running ${{ github.job }}"
release_name=$(printf '%(%Y.%m.%d)T\n' -1)
echo "release_name contains: ${{ release_name }}"
# Publish everything
dotnet publish Seedysoft.sln -c Release -r win-x64 -p:BlazorCacheBootResources=false -p:PublishTrimmed=false --sc --verbosity normal
# Pack files
Expand Down

0 comments on commit 3077416

Please sign in to comment.