Skip to content

Commit

Permalink
other
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Bellone committed Jan 15, 2024
1 parent ccf2698 commit 5825a9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,10 @@ jobs:

- name: Install dependencies
run: dotnet restore
working-directory: ${{env.ADR_PROJECT_FILE_PATH}}

- name: Build
run: dotnet build ${{ env.ADR_PROJECT_FILE_PATH}} --runtime ${{ env.WINDOWS_RUNTIME }} --configuration ${{ env.CONFIGURATION }} -p:Version=${{ steps.gitversion.outputs.nuGetVersionV2 }}
# working-directory: ${{ env.ADR_PROJECT_FILE}}
working-directory: ./src/cli

# - name: Test
# run: dotnet test ${{ env.ADR_TESTPROJECT_FILE }} --runtime ${{ env.WINDOWS_RUNTIME}} --verbosity normal
Expand Down

0 comments on commit 5825a9e

Please sign in to comment.