Skip to content

Commit 0a03cd2

Browse files
committed
fix: Delete file
1 parent 119c30e commit 0a03cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openactive-test-suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
134134
path: server
135135
- name: Remove Nerdbank.GitVersioning as it interferes with the .NET Framework build
136-
run: del Directory.Build.props
136+
run: git rm Directory.Build.props
137137
working-directory: server
138138
- name: Use matching coverage/* branch ${{ github.head_ref }} in OpenActive Test Suite
139139
if: ${{ startsWith(github.head_ref, 'coverage/') }}

0 commit comments

Comments
 (0)