Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Llennpie committed Mar 9, 2024
1 parent a92b437 commit bbb9d8c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Upload Content
- name: Build Project
run: |
dotnet restore
dotnet build --configuration Release --no-restore
dotnet test --no-build --verbosity normal
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: v64cc-${{ github.run_number }}
name: libv64core-${{ github.run_number }}
path: D:\a\LibV64Core\LibV64Core\LibV64Core\bin\Release\net6.0\

0 comments on commit bbb9d8c

Please sign in to comment.