Skip to content

Commit

Permalink
trim
Browse files Browse the repository at this point in the history
  • Loading branch information
danzuep committed Dec 5, 2023
1 parent 531e218 commit cf27478
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,13 @@ jobs:
# https://github.com/actions/setup-dotnet
- name: Get .NET externals
uses: actions/setup-dotnet@v4

# https://github.com/actions/cache/blob/main/examples.md#c---nuget
- name: Get any cached NuGet packages from the last run
uses: actions/cache@v3
with:
path: '~/.nuget/packages'
key: nugetpackages-${{ runner.os }}-${{ hashFiles('source/**/*.csproj') }}
restore-keys: nugetpackages-${{ runner.os }}

dotnet-version: 8.0.x
dotnet-quality: 'ga'
cache: true
- name: Publish Android package
run: |
echo "Project Name: $projectName";
echo "Project File: $projectFile";
echo "Project Version: $buildVersion";
dotnet workload restore;
Expand Down

0 comments on commit cf27478

Please sign in to comment.