We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119c30e commit 0a03cd2Copy full SHA for 0a03cd2
.github/workflows/openactive-test-suite.yml
@@ -133,7 +133,7 @@ jobs:
133
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
134
path: server
135
- name: Remove Nerdbank.GitVersioning as it interferes with the .NET Framework build
136
- run: del Directory.Build.props
+ run: git rm Directory.Build.props
137
working-directory: server
138
- name: Use matching coverage/* branch ${{ github.head_ref }} in OpenActive Test Suite
139
if: ${{ startsWith(github.head_ref, 'coverage/') }}
0 commit comments