Skip to content

Commit

Permalink
fix: Delete file
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Jul 19, 2022
1 parent 119c30e commit 0a03cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openactive-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
path: server
- name: Remove Nerdbank.GitVersioning as it interferes with the .NET Framework build
run: del Directory.Build.props
run: git rm Directory.Build.props
working-directory: server
- name: Use matching coverage/* branch ${{ github.head_ref }} in OpenActive Test Suite
if: ${{ startsWith(github.head_ref, 'coverage/') }}
Expand Down

0 comments on commit 0a03cd2

Please sign in to comment.