We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce0f14 commit 19136bbCopy full SHA for 19136bb
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build
28
shell: pwsh
29
run: |
30
- dotnet PackTracker.sln
+ dotnet build PackTracker.sln
31
32
- name: Upload
33
uses: actions/upload-artifact@v1
0 commit comments