File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6969 shell : pwsh
7070 run : |
7171 dir
72- msbuild . /p:Configuration= Release / p:Version=${{ steps.release.outputs.version }} /p:Verbosity= minimal
72+ dotnet build . -c Release - p:Version=${{ steps.release.outputs.version }} -v minimal
7373
7474 - name : Test solution
7575 shell : pwsh
Original file line number Diff line number Diff line change 8282 shell : pwsh
8383 run : |
8484 dir
85- msbuild . /p:Configuration= Release / p:Version=${{ steps.release.outputs.version }} /p:Verbosity= minimal
85+ dotnet build . -c Release - p:Version=${{ steps.release.outputs.version }} -v minimal
8686
8787 - name : Test solution
8888 if : steps.release.outputs.module == 'cli' && ((matrix.targetFramework == 'net461' && matrix.runtime == 'win-x64') || matrix.targetFramework == 'netcoreapp3.1')
You can’t perform that action at this time.
0 commit comments