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 dc1091c commit 4802e0eCopy full SHA for 4802e0e
.github/workflows/build.yml
@@ -18,6 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
with:
20
fetch-depth: 0 # Important for minver to create the right version number
21
+ filter: tree:0
22
23
- name: Install tools
24
run: dotnet tool restore
@@ -36,8 +37,6 @@ jobs:
36
37
38
- name: Package
39
run: dotnet pack src/Dfe.Analytics/ --configuration Release --no-build
- env:
40
- MINVERBUILDMETADATA: ${{ env.GITHUB_RUN_NUMBER }}
41
42
- name: Publish package artifact
43
uses: actions/upload-artifact@v4
0 commit comments