Skip to content

Instantly share code, notes, and snippets.

View michaelmaillot's full-sized avatar
💭
Exploring / Digging / Trying to contribute.

Michaël Maillot michaelmaillot

💭
Exploring / Digging / Trying to contribute.
View GitHub Profile
@michaelmaillot
michaelmaillot / aMSLausanne-TeamsAI-Liens.md
Last active April 4, 2024 08:13
aMS Lausanne - Boostez votre chatbot personnalisé avec une pincée d'IA - Michaël Maillot
@michaelmaillot
michaelmaillot / azure-pipelines.yml
Last active April 16, 2022 12:37
Build & Deploy SPFx package in multiple environments (Azure DevOps & PnP PowerShell)
name: main
trigger:
branches:
include:
- main
stages:
- template: pipelines/stages/build-deploy-spfx-pnp-powershell.yml
parameters:
@michaelmaillot
michaelmaillot / azure-pipelines.yml
Last active April 16, 2022 12:37
Build & Deploy SPFx package in multiple environments (Azure DevOps & CLI for Microsoft 365)
name: main
trigger:
branches:
include:
- main
stages:
- template: pipelines/stages/build-deploy-spfx-cli-m365.yml
parameters: