Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Update podcast-mobile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Oct 23, 2023
1 parent 40f7dc5 commit 99038c1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/podcast-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ jobs:
dotnet-version: 8.0.x

- name: install MAUI workload
shell: pwsh
run: |
& .\dotnet workload install maui
run: dotnet workload install maui

- name: build Microsoft.NetConf2021.Maui.csproj
shell: pwsh
run: |
& .\dotnet build src/Mobile/Microsoft.NetConf2021.Maui.csproj -bl:mobile.binlog
run: dotnet build src/Mobile/Microsoft.NetConf2021.Maui.csproj -bl:mobile.binlog

- name: archive logs
if: always()
Expand Down

0 comments on commit 99038c1

Please sign in to comment.