Commit Graph

11 Commits (3804348919d3d3cea375d63cc99c975ca0bd9f33)

Author SHA1 Message Date
Eric Erhardt 3a22929dfb
Move workload install NuGet.config file so it doesn't overwrite repo's NuGet.config (#67)
Since #66 added a NuGet.config to the root of the repo, the GH action is clobbering this file. So when we run in CI we aren't using the same NuGet.config file as a "normal" dev would use.

Moving the NuGet.config file used by `workload install` to avoid this conflict.
2022-04-14 12:33:32 -05:00
Jonathan Peppers fc64694970
Add quotes to mobile test trigger (#52)
* Update podcast-mobile.yml so that `maui/perf` has single quotes
2022-03-24 11:48:20 -05:00
Jonathan Peppers 985f9070a5
[mobile] install dotnet/maui/main on maui/perf (#48)
We have the maui/perf branch tracking dotnet/maui/main, so we need to actually install different versions of the workloads.

dotnet-podcasts/main is tracking the latest release, .NET MAUI Preview 14 at this time.

API changes that are in dotnet/maui/main:

* Remove `RegisterBlazorWebView()` call that no longer exists.
* Fix for:

    Resources\Styles\DefaultTheme.xaml(57,10): XamlC error : Position 57:10. Missing Value for Setter

Co-authored-by: Parker Bibus <parkerbibus@microsoft.com>
2022-03-22 15:52:31 -05:00
Jonathan Peppers 1247f6a4e1
Setup Github actions for the Mobile project (#46)
Right now, we don't really have CI for the mobile app, so this at least verifies the project builds.

Other fixes for MAUI Preview 14:

* Use OperatingSystem.IsAndroidVersionAtLeast()
* Removed macos from xaml files.

Co-authored-by: Nathan Ricci <naricc@microsoft.com>
2022-03-22 14:27:55 -05:00
Nish Anil fcf22c743a
Update podcast-web.yml 2021-12-08 22:33:48 +05:30
Nish Anil 554eae1dda
Update podcast-hub.yml 2021-12-08 22:30:29 +05:30
Nish Anil 5e42a51b4d
Update podcast-api.yml 2021-12-08 22:20:25 +05:30
bgarcia d09b63dfa1 trigger web deployment 2021-11-30 19:13:07 +01:00
bgarcia 50286fbec2 trigger hub deployment 2021-11-30 19:11:45 +01:00
bgarcia 7362e36e31 trigger podcast api cicd 2021-11-30 18:48:48 +01:00
James Montemagno 12a148a1d9 Initial commit 2021-11-29 11:54:48 -08:00