System.Graphics/azure-pipelines.yml

19 строки
482 B
YAML
Исходник Обычный вид История

# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- main
pool:
2021-03-18 19:45:53 +03:00
vmImage: macOS-latest
steps:
2021-03-18 19:45:53 +03:00
- script: dotnet restore build/Build.Microsoft.Maui.Graphics.Mac.sln
displayName: 'NuGet Restore'
- script: |
2021-03-18 19:56:47 +03:00
msbuild build/Build.Microsoft.Maui.Graphics.Mac.sln /verbosity:normal /t:Rebuild /p:Configuration=Release
displayName: 'Build'