We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2419aa8 commit 82c11d3Copy full SHA for 82c11d3
1 file changed
.github/workflows/ci.yml
@@ -129,13 +129,13 @@ jobs:
129
-p:NoBuild=true
130
-p:Configuration=${{ matrix.configuration }}
131
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
132
- -p:PublishDir="${{ env.PUBLISH_PATH }}"
+ -p:PublishDir="${{ env.PUBLISH_PATH }}/$(Configuration)/$(TargetFramework)/"
133
134
- name: list
135
if: ${{ matrix.configuration == 'Release' }}
136
run: |
137
- cd ${{ env.PUBLISH_PATH }}
138
- ls
+ cd "${{ env.PUBLISH_PATH }}"
+ ls -R
139
140
- name: Test Report
141
uses: dorny/test-reporter@v2
0 commit comments