File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,19 +128,19 @@ jobs:
128128 -p:TargetFramework=netcoreapp3.1
129129 -p:Configuration=${{ matrix.configuration }}
130130 -p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
131- -p:PublishDir="${{ env.PUBLISH_PATH }}/$(Configuration)/$(TargetFramework)/ "
131+ -p:PublishDir="${{ env.PUBLISH_PATH }}/Release/netcoreapp3.1 "
132132 &&
133133 dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-build
134134 -p:TargetFramework=net6.0
135135 -p:Configuration=${{ matrix.configuration }}
136136 -p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
137- -p:PublishDir="${{ env.PUBLISH_PATH }}/$(Configuration)/$(TargetFramework)/ "
137+ -p:PublishDir="${{ env.PUBLISH_PATH }}/Release/net6.0 "
138138 &&
139139 dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-build
140140 -p:TargetFramework=net8.0
141141 -p:Configuration=${{ matrix.configuration }}
142142 -p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
143- -p:PublishDir="${{ env.PUBLISH_PATH }}/$(Configuration)/$(TargetFramework)/ "
143+ -p:PublishDir="${{ env.PUBLISH_PATH }}/Release/net8.0 "
144144
145145 - name : list
146146 if : ${{ matrix.configuration == 'Release' }}
You can’t perform that action at this time.
0 commit comments