Skip to content

Instantly share code, notes, and snippets.

View Gimly's full-sized avatar

Xavier Hahn Gimly

  • Rollomatic
  • Switzerland
View GitHub Profile
@Gimly
Gimly / azure-pipeline.yml
Last active March 21, 2024 14:50
A sample azure pipeline that creates a nuget package and publish it to Azure DevOps artifacts
trigger:
- master
pool: 'Hosted Windows 2019 with VS2019'
variables:
buildConfiguration: 'Release'
stages:
- stage: build_pack