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 c4e254f commit 5aa2532Copy full SHA for 5aa2532
.github/workflows/build.yml
@@ -14,9 +14,9 @@ jobs:
14
with:
15
dotnet-version: 2.2.207
16
- name: Test
17
- run: dotnet test --results-directory ./artifacts --logger:trx
+ run: dotnet test --results-directory ../artifacts --logger:trx
18
- name: Pack
19
- run: dotnet pack -c Release -o ./artifacts
+ run: dotnet pack -c Release -o ../artifacts
20
- name: Artifacts
21
uses: actions/[email protected]
22
0 commit comments