Updated build file

This commit is contained in:
Darth Affe 2024-07-21 22:12:14 +02:00
parent 6c9c7ef832
commit 817b4bcb28

View File

@ -24,13 +24,13 @@ jobs:
dotnet-version: 8.0.x dotnet-version: 8.0.x
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore HPPH run: dotnet restore
- name: Build - name: Build
run: dotnet build HPPH --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }} run: dotnet build --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }}
- name: Test - name: Test
run: dotnet test HPPH --no-build --verbosity normal --configuration Release run: dotnet test --no-build --verbosity normal --configuration Release
- name: List files - name: List files
run: tree run: tree