Skip to content

Commit fb55085

Browse files
committed
Update release-*.yaml
1 parent 035e5e8 commit fb55085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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

.github/workflows/release-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
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')

0 commit comments

Comments
 (0)