Skip to content

Commit

Permalink
test restore
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Nov 17, 2023
1 parent 0465a46 commit a8bc6f3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/Minecraft-Holy-Client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.100

- uses: actions/cache@v3
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Restore
run: dotnet restore

- name: Build
run: dotnet build --configuration Release --no-restore
- name: dotnet publish
run: dotnet publish src/Platfroms/HolyClient.csproj -c Release -o ${{env.DOTNET_ROOT}}/myapp


0 comments on commit a8bc6f3

Please sign in to comment.