Skip to content

Commit

Permalink
Update release-*.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Jul 8, 2020
1 parent 035e5e8 commit fb55085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
shell: pwsh
run: |
dir
msbuild . /p:Configuration=Release /p:Version=${{ steps.release.outputs.version }} /p:Verbosity=minimal
dotnet build . -c Release -p:Version=${{ steps.release.outputs.version }} -v minimal
- name: Test solution
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
shell: pwsh
run: |
dir
msbuild . /p:Configuration=Release /p:Version=${{ steps.release.outputs.version }} /p:Verbosity=minimal
dotnet build . -c Release -p:Version=${{ steps.release.outputs.version }} -v minimal
- name: Test solution
if: steps.release.outputs.module == 'cli' && ((matrix.targetFramework == 'net461' && matrix.runtime == 'win-x64') || matrix.targetFramework == 'netcoreapp3.1')
Expand Down

0 comments on commit fb55085

Please sign in to comment.